Class Argos::BenchmarkResult
ClassList > Argos > BenchmarkResult
Full result of a benchmark session: metadata plus iteration lines.
#include <result.h>
Public Attributes
| Type | Name |
|---|---|
| BenchmarkResultMetadata | meta |
| std::vector< BenchmarkResultLine > | results |
Public Attributes Documentation
variable meta
Metadata for the whole run.
variable results
Per-iteration lines collected by the reporter.
The documentation for this class was generated from the following file benchmark/reporter/result.h