Module evaluator

Source
Expand description

Benchmarking log file evaluation

This represents the core of the evobench-eval tool, excluding the main driver program at src/bin/evobench-eval.rs.

Modulesยง

all_fields_table
all_outputs_all_fields_table
data
The benchmarking log file parser and log data tree representation
index_by_call_path
Index spans at a call path from the top (excluding thread id, i.e. across all threads and processes)
options
Options parameterizing the evaluation (excludes subcommands or similar, those remain in src/bin/*.rs).