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)
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.3.zip
(4.2 kB
view details)
File details
Details for the file quicktracer-0.0.3.zip
.
File metadata
- Download URL: quicktracer-0.0.3.zip
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb56a68860bd455cf03103f7ae20c191fdcf819729328d50e544aee2e9b2612e |
|
MD5 | 6bc693ee6b02e325ebb3a9b4943747a6 |
|
BLAKE2b-256 | 736233276b9365039cb9b2ed86867e439d90e030fb9d303d23afa872154f04ac |