LICENSE
README.md
pyproject.toml
setup.py
src/pytest_codspeed/__init__.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/walltime.py
src/pytest_codspeed/instruments/valgrind/__init__.py
src/pytest_codspeed/instruments/valgrind/_wrapper/__init__.py
src/pytest_codspeed/instruments/valgrind/_wrapper/build.py
src/pytest_codspeed/instruments/valgrind/_wrapper/wrapper.c
src/pytest_codspeed/instruments/valgrind/_wrapper/wrapper.h
src/pytest_codspeed/instruments/valgrind/_wrapper/wrapper.pyi
tests/test_pytest_plugin.py
tests/test_pytest_plugin_cpu_instrumentation.py
tests/test_pytest_plugin_walltime.py
tests/test_utils.py