uber-archive / pyflame

🔥 Pyflame: A Ptracing Profiler For Python. This project is deprecated and not maintained.
Apache License 2.0
2.98k stars 240 forks source link

Allowed tracing a single Python thread #164

Open superbobry opened 5 years ago

superbobry commented 5 years ago

This is useful for running PyFlame from Jupyter Notebook, where a cell could be isolated to a separate thread prior to profiling.

See also #163.