|
Ion
|
This struct represents a single timestamped value of a variable. More...
#include "benchmark.h"

Public Member Functions | |
| Sample (uint32 time_offset_ms_in, double value_in) | |
Public Attributes | |
| uint32 | time_offset_ms |
| double | value |
This struct represents a single timestamped value of a variable.
To save space, the timestamp (in milliseconds) is relative to an initial timestamp so that it can be stored in 32 bits.
Definition at line 65 of file benchmark.h.
|
inline |
Definition at line 66 of file benchmark.h.
| uint32 ion::analytics::Benchmark::Sample::time_offset_ms |
Definition at line 69 of file benchmark.h.
| double ion::analytics::Benchmark::Sample::value |
Definition at line 70 of file benchmark.h.