Skip to content

messense/stacktracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stacktracer

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()

About

Stack tracer for multi-threaded applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages