Skip to main content

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


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.1.0.zip (4.6 kB view details)

Uploaded Source

File details

Details for the file quicktracer-0.1.0.zip.

File metadata

  • Download URL: quicktracer-0.1.0.zip
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for quicktracer-0.1.0.zip
Algorithm Hash digest
SHA256 b6349048385bfd502cf0b1f3b5c82ae882736e7fb9fae2583c5b45739292a024
MD5 54b579e1ca26024eadec2f2c759b896f
BLAKE2b-256 a6c7f4307d1ad3674a68f6e3c9503787a6efd6574c0613363743c1f0d1cedc95

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page