Ion
|
This struct represents a number that is constant over all samples. More...
#include "benchmark.h"
Public Member Functions | |
Constant (const Descriptor &descriptor_in, double value_in) | |
Public Attributes | |
Descriptor | descriptor |
double | value |
This struct represents a number that is constant over all samples.
Definition at line 54 of file benchmark.h.
|
inline |
Definition at line 55 of file benchmark.h.
Descriptor ion::analytics::Benchmark::Constant::descriptor |
Definition at line 58 of file benchmark.h.
Referenced by ion::analytics::OutputConstantAsJson().
double ion::analytics::Benchmark::Constant::value |
Definition at line 59 of file benchmark.h.
Referenced by ion::analytics::OutputConstantAsJson().