0 purchases
stacktracer 0.1.2
Stack tracer for multi-threaded applications.
Installation
You can install stacktracer simply using pip:
pip install stacktracer
Usage
import stacktracer
stacktracer.trace_start("trace.html", interval=5, auto=True)
# Set auto flag to always update file!
# Do something with multi-threading here
stacktracer.trace_stop()
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.