Ion
|
This struct stores information about a measurement computed by benchmarking. More...
#include "benchmark.h"
Public Member Functions | |
Descriptor (const std::string &id_in, const std::string &group_in, const std::string &description_in, const std::string &units_in) | |
Public Attributes | |
std::string | id |
std::string | group |
std::string | description |
std::string | units |
This struct stores information about a measurement computed by benchmarking.
It is used to describe the value in benchmark reports.
Definition at line 38 of file benchmark.h.
|
inline |
Definition at line 39 of file benchmark.h.
std::string ion::analytics::Benchmark::Descriptor::description |
Definition at line 49 of file benchmark.h.
Referenced by ion::analytics::OutputAccumulatedVariableAsJson(), and ion::analytics::OutputConstantAsJson().
std::string ion::analytics::Benchmark::Descriptor::group |
Definition at line 48 of file benchmark.h.
Referenced by ion::analytics::OutputAccumulatedVariableAsJson(), and ion::analytics::OutputConstantAsJson().
std::string ion::analytics::Benchmark::Descriptor::id |
Definition at line 47 of file benchmark.h.
Referenced by ion::analytics::OutputAccumulatedVariableAsJson(), and ion::analytics::OutputConstantAsJson().
std::string ion::analytics::Benchmark::Descriptor::units |
Definition at line 50 of file benchmark.h.
Referenced by ion::analytics::OutputAccumulatedVariableAsJson(), and ion::analytics::OutputConstantAsJson().