A simple function to do realtime tracing/monitoring/plotting
Project description
# Quicktrace
## Call trace and see what your program is up to.
```
# Demo: Trace some dummy data
import math
import time
for i in range(2000):
trace(30 * math.sin(i/30))
trace(.3 * math.cos(i/20))
time.sleep(0.002)
```
## Call trace and see what your program is up to.
```
# Demo: Trace some dummy data
import math
import time
for i in range(2000):
trace(30 * math.sin(i/30))
trace(.3 * math.cos(i/20))
time.sleep(0.002)
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
quicktracer-0.0.2.zip
(4.4 kB
view details)
File details
Details for the file quicktracer-0.0.2.zip
.
File metadata
- Download URL: quicktracer-0.0.2.zip
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa0ca1def9f1880806d0fae2c2166abe27cd310f32b6baa9b47a2f03e79102e2 |
|
MD5 | 6cbbeea71111384003241a79f7d48f61 |
|
BLAKE2b-256 | c04c554afc15b42a6783dfb9a1eb89e5bf12f07a0f651111ceb4cbcb572a5c4c |