LICENSE
README.md
pyproject.toml
setup.py
src/pytest_codspeed/__init__.py
src/pytest_codspeed/config.py
src/pytest_codspeed/plugin.py
src/pytest_codspeed/py.typed
src/pytest_codspeed/utils.py
src/pytest_codspeed.egg-info/PKG-INFO
src/pytest_codspeed.egg-info/SOURCES.txt
src/pytest_codspeed.egg-info/dependency_links.txt
src/pytest_codspeed.egg-info/entry_points.txt
src/pytest_codspeed.egg-info/requires.txt
src/pytest_codspeed.egg-info/top_level.txt
src/pytest_codspeed/instruments/__init__.py
src/pytest_codspeed/instruments/valgrind.py
src/pytest_codspeed/instruments/walltime.py
src/pytest_codspeed/instruments/hooks/__init__.py
src/pytest_codspeed/instruments/hooks/build.py
src/pytest_codspeed/instruments/hooks/dist_instrument_hooks.pyi
src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c
src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/callgrind.h
src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/core.h
src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/valgrind.h
src/pytest_codspeed/instruments/hooks/instrument-hooks/includes/zig.h
tests/test_pytest_plugin.py
tests/test_pytest_plugin_cpu_instrumentation.py
tests/test_pytest_plugin_walltime.py
tests/test_utils.py