LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
pyinstrument/__init__.py
pyinstrument/__main__.py
pyinstrument/frame.py
pyinstrument/middleware.py
pyinstrument/processors.py
pyinstrument/profiler.py
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/top_level.txt
pyinstrument/low_level/stat_profile.c
pyinstrument/renderers/__init__.py
pyinstrument/renderers/base.py
pyinstrument/renderers/console.py
pyinstrument/renderers/html.py
pyinstrument/renderers/jsonrenderer.py
pyinstrument/vendor/__init__.py
pyinstrument/vendor/appdirs.py
pyinstrument/vendor/decorator.py
test/__init__.py
test/fake_time_util.py
test/test_cmdline.py
test/test_overflow.py
test/test_processors.py
test/test_profiler.py
test/test_profiler_async.py
test/test_stack_sampler.py
test/util.py
test/low_level/__init__.py
test/low_level/test_context.py
test/low_level/test_custom_timer.py
test/low_level/test_setstatprofile.py
test/low_level/test_threaded.py
test/low_level/util.py