.codespellrc
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
LICENSE
README.md
codecov.yaml
mkdocs.yml
pyproject.toml
requirements.txt
setup.sh
.devcontainer/devcontainer.json
.github/actionlint.yaml
.github/benchmarks/ALLEGRO_o1_v02.yml
.github/benchmarks/ALLEGRO_o1_v03.yml
.github/benchmarks/ALLEGRO_o2_v01.yml
.github/benchmarks/IDEA_o1_v03.yml
.github/benchmarks/IDEA_o2_v01.yml
.github/scripts/list_benchmarks.py
.github/scripts/machine_info.py
.github/scripts/nightly_benchmark.sh
.github/workflows/benchmark-detector.yml
.github/workflows/ci.yml
.github/workflows/deploy-dashboard.yml
.github/workflows/docs.yml
.github/workflows/nightly.yml
.github/workflows/on-release-main.yml
dashboard/Dockerfile
dashboard/app.py
dashboard/config.py
dashboard/data.py
dashboard/remote.py
dashboard/remote_cache.py
dashboard/requirements.txt
dashboard/stats.py
dashboard/trend_window.py
dashboard/ui_chrome.py
dashboard/ui_utils.py
dashboard/tabs/__init__.py
dashboard/tabs/event_memory.py
dashboard/tabs/event_timing.py
dashboard/tabs/impact.py
dashboard/tabs/machine_info.py
dashboard/tabs/trends.py
dashboard/tabs/region_timing/__init__.py
dashboard/tabs/region_timing/_common.py
dashboard/tabs/region_timing/attribution.py
dashboard/tabs/region_timing/current_run.py
dashboard/tabs/region_timing/historical.py
dashboard/tabs/region_timing/step_analysis.py
docs/faq.md
docs/gen_ref_pages.py
docs/glossary.md
docs/index.md
docs/requirements.txt
docs/architecture/component-diagrams.md
docs/architecture/data-flow.md
docs/architecture/overview.md
docs/developer-guide/development-setup.md
docs/developer-guide/repository-layout.md
docs/examples/advanced-workflows.md
docs/examples/common-workflows.md
docs/getting-started/first-workflow.md
docs/getting-started/installation.md
docs/getting-started/quickstart.md
docs/reference/api-reference.md
docs/reference/configuration-reference.md
docs/reference/file-formats.md
docs/user-guide/commands.md
docs/user-guide/configuration.md
docs/user-guide/overview.md
docs/user-guide/features/analysis.md
docs/user-guide/features/dashboard.md
docs/user-guide/features/geometry-patching.md
docs/user-guide/features/sweep-modes.md
docs/user-guide/features/timing-plugins.md
k4bench/__init__.py
k4bench/cli.py
k4bench.egg-info/PKG-INFO
k4bench.egg-info/SOURCES.txt
k4bench.egg-info/dependency_links.txt
k4bench.egg-info/entry_points.txt
k4bench.egg-info/requires.txt
k4bench.egg-info/top_level.txt
k4bench/analysis/__init__.py
k4bench/analysis/loader.py
k4bench/analysis/plots/__init__.py
k4bench/analysis/plots/_theme.py
k4bench/analysis/plots/_traces.py
k4bench/analysis/plots/_utils.py
k4bench/analysis/plots/event.py
k4bench/analysis/plots/overview.py
k4bench/analysis/plots/region.py
k4bench/benchmark/__init__.py
k4bench/benchmark/ddsim.py
k4bench/geometry/__init__.py
k4bench/geometry/patcher.py
k4bench/geometry/scanner.py
k4bench/plugin/__init__.py
k4bench/plugin/runtime.py
k4bench/results/__init__.py
k4bench/results/model.py
k4bench/results/reporter.py
k4bench/runner/__init__.py
k4bench/runner/executor.py
k4bench/runner/parser.py
openshift/deployment.yaml
openshift/route.yaml
openshift/service.yaml
openshift/userprovideddirectory.yaml
plugin/CMakeLists.txt
plugin/build.sh
plugin/k4BenchRegionTimingAction.cpp
plugin/k4BenchTimingAction.cpp
tests/conftest.py
tests/fixtures/time_output.txt
tests/fixtures/minimal_geometry/materials.xml
tests/fixtures/minimal_geometry/minimal.xml
tests/fixtures/minimal_geometry/subdetectors/calorimeter.xml
tests/fixtures/minimal_geometry/subdetectors/tracker.xml
tests/integration/test_plugin_build.py
tests/integration/test_simulation.py
tests/unit/test_analysis_loader.py
tests/unit/test_analysis_plots.py
tests/unit/test_benchmark.py
tests/unit/test_cli.py
tests/unit/test_dashboard_trends.py
tests/unit/test_executor.py
tests/unit/test_parser.py
tests/unit/test_patcher.py
tests/unit/test_plugin_runtime.py
tests/unit/test_remote.py
tests/unit/test_reporter.py
tests/unit/test_scanner.py
tests/unit/test_trend_window.py