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).