Skip to content

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

BenchmarkResultMetadata Argos::BenchmarkResult::meta;

Metadata for the whole run.


variable results

std::vector<BenchmarkResultLine> Argos::BenchmarkResult::results;

Per-iteration lines collected by the reporter.



The documentation for this class was generated from the following file benchmark/reporter/result.h