.pre-commit-config.yaml
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements.txt
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.github/workflows/release.yml
examples/demo.py
src/perfscope/__init__.py
src/perfscope/config.py
src/perfscope/profiler.py
src/perfscope/py.typed
src/perfscope.egg-info/PKG-INFO
src/perfscope.egg-info/SOURCES.txt
src/perfscope.egg-info/dependency_links.txt
src/perfscope.egg-info/requires.txt
src/perfscope.egg-info/top_level.txt
tests/test_profiler.py