.codespellrc
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
LICENSE
README.md
codecov.yaml
pyproject.toml
requirements.txt
setup.sh
.devcontainer/devcontainer.json
.github/actionlint.yaml
.github/benchmarks/ALLEGRO_o1_v03.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/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
dd4bench/__init__.py
dd4bench/cli.py
dd4bench.egg-info/PKG-INFO
dd4bench.egg-info/SOURCES.txt
dd4bench.egg-info/dependency_links.txt
dd4bench.egg-info/entry_points.txt
dd4bench.egg-info/requires.txt
dd4bench.egg-info/top_level.txt
dd4bench/analysis/__init__.py
dd4bench/analysis/loader.py
dd4bench/analysis/plots/__init__.py
dd4bench/analysis/plots/_theme.py
dd4bench/analysis/plots/_traces.py
dd4bench/analysis/plots/_utils.py
dd4bench/analysis/plots/event.py
dd4bench/analysis/plots/overview.py
dd4bench/analysis/plots/region.py
dd4bench/benchmark/__init__.py
dd4bench/benchmark/ddsim.py
dd4bench/geometry/__init__.py
dd4bench/geometry/patcher.py
dd4bench/geometry/scanner.py
dd4bench/plugin/__init__.py
dd4bench/plugin/runtime.py
dd4bench/results/__init__.py
dd4bench/results/model.py
dd4bench/results/reporter.py
dd4bench/runner/__init__.py
dd4bench/runner/executor.py
dd4bench/runner/parser.py
openshift/deployment.yaml
openshift/route.yaml
openshift/service.yaml
openshift/userprovideddirectory.yaml
plugin/CMakeLists.txt
plugin/DD4benchRegionTimingAction.cpp
plugin/DD4benchTimingAction.cpp
plugin/build.sh
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