Skip to content

Class Argos::BenchmarkResultMetadata

ClassList > Argos > BenchmarkResultMetadata

Static metadata captured once for the whole benchmark run.

  • #include <result.h>

Public Attributes

Type Name
std::time_t date_time
int mhz_per_cpu
int num_cpus

Public Attributes Documentation

variable date_time

std::time_t Argos::BenchmarkResultMetadata::date_time;

Date and time of the run.


variable mhz_per_cpu

int Argos::BenchmarkResultMetadata::mhz_per_cpu;

Approximate CPU frequency in MHz.


variable num_cpus

int Argos::BenchmarkResultMetadata::num_cpus;

Number of CPU cores available.



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