Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ion::analytics::Benchmark::Sample Struct Reference

This struct represents a single timestamped value of a variable. More...

#include "benchmark.h"

Collaboration diagram for ion::analytics::Benchmark::Sample:

Public Member Functions

 Sample (uint32 time_offset_ms_in, double value_in)
 

Public Attributes

uint32 time_offset_ms
 
double value
 

Detailed Description

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.

Constructor & Destructor Documentation

ion::analytics::Benchmark::Sample::Sample ( uint32  time_offset_ms_in,
double  value_in 
)
inline

Definition at line 66 of file benchmark.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: