CHANGELOG.rst
CMakeLists.txt
LICENSE.txt
LICENSE_Python.txt
MANIFEST.in
README.rst
kernprof.py
pyproject.toml
requirements.txt
run_tests.py
setup.py
line_profiler/CMakeLists.txt
line_profiler/Python_wrapper.h
line_profiler/__init__.py
line_profiler/__main__.py
line_profiler/__main__.pyi
line_profiler/_diagnostics.py
line_profiler/_line_profiler.cpp
line_profiler/_line_profiler.pyx
line_profiler/_logger.py
line_profiler/c_trace_callbacks.c
line_profiler/c_trace_callbacks.h
line_profiler/cli_utils.py
line_profiler/cli_utils.pyi
line_profiler/explicit_profiler.py
line_profiler/explicit_profiler.pyi
line_profiler/ipython_extension.py
line_profiler/ipython_extension.pyi
line_profiler/line_profiler.py
line_profiler/line_profiler.pyi
line_profiler/line_profiler_utils.py
line_profiler/line_profiler_utils.pyi
line_profiler/profiler_mixin.py
line_profiler/profiler_mixin.pyi
line_profiler/py.typed
line_profiler/python25.pxd
line_profiler/scoping_policy.py
line_profiler/scoping_policy.pyi
line_profiler/timers.c
line_profiler/timers.h
line_profiler/toml_config.py
line_profiler/toml_config.pyi
line_profiler.egg-info/PKG-INFO
line_profiler.egg-info/SOURCES.txt
line_profiler.egg-info/dependency_links.txt
line_profiler.egg-info/entry_points.txt
line_profiler.egg-info/requires.txt
line_profiler.egg-info/top_level.txt
line_profiler/autoprofile/__init__.py
line_profiler/autoprofile/ast_profile_transformer.py
line_profiler/autoprofile/ast_profile_transformer.pyi
line_profiler/autoprofile/ast_tree_profiler.py
line_profiler/autoprofile/ast_tree_profiler.pyi
line_profiler/autoprofile/autoprofile.py
line_profiler/autoprofile/autoprofile.pyi
line_profiler/autoprofile/eager_preimports.py
line_profiler/autoprofile/eager_preimports.pyi
line_profiler/autoprofile/line_profiler_utils.py
line_profiler/autoprofile/line_profiler_utils.pyi
line_profiler/autoprofile/profmod_extractor.py
line_profiler/autoprofile/profmod_extractor.pyi
line_profiler/autoprofile/run_module.py
line_profiler/autoprofile/run_module.pyi
line_profiler/autoprofile/util_static.py
line_profiler/autoprofile/util_static.pyi
line_profiler/rc/__init__.py
line_profiler/rc/line_profiler.toml
requirements/build.txt
requirements/docs.txt
requirements/ipython.txt
requirements/optional.txt
requirements/runtime.txt
requirements/tests.txt
tests/complex_example.py
tests/test_autoprofile.py
tests/test_cli.py
tests/test_complex_case.py
tests/test_cython.py
tests/test_duplicate_functions.py
tests/test_eager_preimports.py
tests/test_explicit_profile.py
tests/test_import.py
tests/test_ipython.py
tests/test_kernprof.py
tests/test_line_profiler.py
tests/test_sys_monitoring.py
tests/test_sys_trace.py
tests/test_toml_config.py
tests/cython_example/setup.py