.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
MANIFEST.in
README.rst
asv.conf.json
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/benchmarks.yml
.github/workflows/packaging.yml
.github/workflows/tests.yml
benchmarks/__init__.py
benchmarks/apps.py
benchmarks/extension.py
benchmarks/filters.py
benchmarks/utils.py
benchmarks/writers.py
docs/.readthedocs.yaml
docs/Makefile
docs/conf.py
docs/configuration.rst
docs/examples.rst
docs/index.rst
docs/make.bat
docs/quickstart.rst
docs/reference.rst
docs/special-thanks.rst
examples/bottle1.py
examples/bottle2.py
examples/fib.py
examples/wsgiref1.py
extensions/extensions.c
extensions/extensions.pyx
extensions/header.pxd
extensions/timer.c
extensions/timer.h
tests/test_app.py
tests/test_c_line_profiler.py
tests/test_profiler.py
tests/test_writers.py
wsgi_lineprof/__init__.py
wsgi_lineprof/app.py
wsgi_lineprof/extensions.pyi
wsgi_lineprof/filters.py
wsgi_lineprof/formatter.py
wsgi_lineprof/middleware.py
wsgi_lineprof/profiler.py
wsgi_lineprof/py.typed
wsgi_lineprof/stats.py
wsgi_lineprof/types.py
wsgi_lineprof/version.py
wsgi_lineprof/writers.py
wsgi_lineprof.egg-info/PKG-INFO
wsgi_lineprof.egg-info/SOURCES.txt
wsgi_lineprof.egg-info/dependency_links.txt
wsgi_lineprof.egg-info/requires.txt
wsgi_lineprof.egg-info/top_level.txt
wsgi_lineprof/templates/base.html
wsgi_lineprof/templates/detail.html
wsgi_lineprof/templates/index.html