$darkmode
Suckless OGL 1.0.0
A lean, high-performance C11 PBR Renderer
AdaptiveSampleItem Struct Reference

Represents a single data point in the sampler. More...

#include <adaptive_sampler.h>

Data Fields

float timestamp
 
float value
 
uint64_t frame_index
 

Detailed Description

Represents a single data point in the sampler.

Field Documentation

◆ frame_index

uint64_t AdaptiveSampleItem::frame_index

Frame index when sampled.

◆ timestamp

float AdaptiveSampleItem::timestamp

Time elapsed since window start.

◆ value

float AdaptiveSampleItem::value

Measured value (e.g. FPS).


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