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/__init__.py
line_profiler/__main__.py
line_profiler/__main__.pyi
line_profiler/_line_profiler.cpp
line_profiler/_line_profiler.pyx
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/py.typed
line_profiler/python25.pxd
line_profiler/timers.c
line_profiler/timers.h
line_profiler/unset_trace.c
line_profiler/unset_trace.h
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_profle_transformer.py
line_profiler/autoprofile/ast_profle_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/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/util_static.py
line_profiler/autoprofile/util_static.pyi
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_duplicate_functions.py
tests/test_explicit_profile.py
tests/test_import.py
tests/test_ipython.py
tests/test_kernprof.py
tests/test_line_profiler.py