README.md
pyproject.toml
spinwright/__init__.py
spinwright/config.py
spinwright/platform.py
spinwright/run_log.py
spinwright.egg-info/PKG-INFO
spinwright.egg-info/SOURCES.txt
spinwright.egg-info/dependency_links.txt
spinwright.egg-info/entry_points.txt
spinwright.egg-info/requires.txt
spinwright.egg-info/top_level.txt
spinwright/cli/__init__.py
spinwright/cli/_extraction_arg.py
spinwright/cli/candidates.py
spinwright/cli/extract.py
spinwright/cli/measure.py
spinwright/cli/optimize.py
spinwright/cli/prep.py
spinwright/cli/run.py
spinwright/extraction/__init__.py
spinwright/extraction/discovery.py
spinwright/extraction/eligibility.py
spinwright/extraction/extract.py
spinwright/llm/__init__.py
spinwright/llm/client.py
spinwright/llm/dispatch.py
spinwright/llm/models.py
spinwright/measurement/__init__.py
spinwright/measurement/auto_scale.py
spinwright/measurement/callgrind.py
spinwright/measurement/runner.py
spinwright/measurement/types.py
spinwright/measurement/walltime.py
spinwright/measurement/drivers/__init__.py
spinwright/measurement/drivers/callgrind_driver.py
spinwright/measurement/drivers/walltime_driver.py
spinwright/optimization/__init__.py
spinwright/optimization/loop.py
spinwright/optimization/optimize.py
spinwright/optimization/regression.py
spinwright/pr/__init__.py
spinwright/pr/builder.py
spinwright/pr/publish.py
spinwright/profiling/__init__.py
spinwright/profiling/cprofile.py
spinwright/profiling/drivers/__init__.py
spinwright/profiling/drivers/cprofile_driver.py
spinwright/repo/__init__.py
spinwright/repo/venv.py
spinwright/repo/workspace.py
spinwright/tools/__init__.py
spinwright/tools/edit.py
spinwright/tools/git.py
spinwright/tools/process.py
spinwright/tools/registry.py
spinwright/tools/source.py
spinwright/tools/drivers/__init__.py
spinwright/tools/drivers/read_source_driver.py
tests/test_callgrind.py
tests/test_cli_candidates.py
tests/test_cli_extract.py
tests/test_cli_optimize.py
tests/test_cli_run.py
tests/test_config.py
tests/test_discovery.py
tests/test_dispatch.py
tests/test_eligibility.py
tests/test_extract.py
tests/test_extraction_arg.py
tests/test_loop.py
tests/test_optimize.py
tests/test_pr_builder.py
tests/test_pr_publish.py
tests/test_profiling_cprofile.py
tests/test_regression.py
tests/test_repo_venv.py
tests/test_run_log.py
tests/test_tools_edit.py
tests/test_tools_git.py
tests/test_tools_process.py
tests/test_tools_registry.py
tests/test_tools_source.py
tests/test_walltime.py