-
Notifications
You must be signed in to change notification settings - Fork 3
Simple realtime monitoring/tracing
License
DomNomNom/quicktracer
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# Quicktrace
## Call trace and see what your program is up to.
.. code-block:: python
# Demo: Trace some dummy data
import math
import time
from quicktracer import trace
for i in range(2000):
trace(30 * math.sin(i/30))
trace(.3 * math.cos(i/20))
time.sleep(0.002)
About
Simple realtime monitoring/tracing
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published