$darkmode
Represents a single data point in the sampler. More...
#include <adaptive_sampler.h>
Data Fields | |
| float | timestamp |
| float | value |
| uint64_t | frame_index |
Represents a single data point in the sampler.
| uint64_t AdaptiveSampleItem::frame_index |
Frame index when sampled.
| float AdaptiveSampleItem::timestamp |
Time elapsed since window start.
| float AdaptiveSampleItem::value |
Measured value (e.g. FPS).