Results and Postprocessing#

CLI Browser#

The analyzer includes a terminal-based result browser.

uv run python -m analyzer browse 'OUTPUT_DIR/*'

Python Interface#

You can also load results directly in Python:

from analyzer.core.results import loadResults

results = loadResults(["path/to/results/*"])