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
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)
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-1.3.0.zip
(6.0 kB
view details)
File details
Details for the file quicktracer-1.3.0.zip
.
File metadata
- Download URL: quicktracer-1.3.0.zip
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4bf0c946c7448a70e49eebf33a5d0ff3b82e5ccd39df564e401b66917882b8a |
|
MD5 | a1d7d785c0a2feef72a6eb8c6828b62f |
|
BLAKE2b-256 | 841934cb5e68d1143b9f5698ca8581135425b5baa9d463820e05b954e5006ad9 |