LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
html_renderer/package-lock.json
html_renderer/package.json
html_renderer/vue.config.js
html_renderer/public/index.html
html_renderer/public/sample.json
html_renderer/src/App.vue
html_renderer/src/Frame.vue
html_renderer/src/Header.vue
html_renderer/src/appState.js
html_renderer/src/main.js
html_renderer/src/assets/favicon.png
html_renderer/src/model/Frame.js
html_renderer/src/model/Group.js
pyinstrument/__init__.py
pyinstrument/__main__.py
pyinstrument/frame.py
pyinstrument/middleware.py
pyinstrument/processors.py
pyinstrument/profiler.py
pyinstrument/py.typed
pyinstrument/session.py
pyinstrument/stack_sampler.py
pyinstrument/typing.py
pyinstrument/util.py
pyinstrument.egg-info/PKG-INFO
pyinstrument.egg-info/SOURCES.txt
pyinstrument.egg-info/dependency_links.txt
pyinstrument.egg-info/entry_points.txt
pyinstrument.egg-info/not-zip-safe
pyinstrument.egg-info/requires.txt
pyinstrument.egg-info/top_level.txt
pyinstrument/low_level/stat_profile.c
pyinstrument/magic/__init__.py
pyinstrument/magic/_utils.py
pyinstrument/magic/magic.py
pyinstrument/renderers/__init__.py
pyinstrument/renderers/base.py
pyinstrument/renderers/console.py
pyinstrument/renderers/html.py
pyinstrument/renderers/jsonrenderer.py
pyinstrument/renderers/session.py
pyinstrument/renderers/speedscope.py
pyinstrument/renderers/html_resources/app.js
pyinstrument/vendor/__init__.py
pyinstrument/vendor/appdirs.py
pyinstrument/vendor/decorator.py
pyinstrument/vendor/keypath.py
test/test_cmdline.py
test/test_cmdline_main.py
test/test_ipython_magic.py
test/test_overflow.py
test/test_processors.py
test/test_profiler.py
test/test_profiler_async.py
test/test_stack_sampler.py
test/test_threading.py