Jupyter Widgets for visualizing profiler data.
feature | featuring |
---|---|
view interactive flamge graphs | speedscope |
view call graphs (JupyterLab >=4.1+) | mermaid |
customizable python profiling | pyinstrument |
note | screenshot |
---|---|
viewing pyinstrument profile data with speedscope and mermaid |
This package is not yet released.
pip install ipyprofilerTo also install optional python-specific integration:
pip install ipyprofiler[pyinstrument]