CSVSamplerBackend::SampleRecord
Engine/source/util/sampler.cpp
Value holder for an individual sample.
Public Attributes
Public Functions
Detailed Description
Value holder for an individual sample.
Unfortunately, since the order in which samples arrive at the sampler may vary from frame to frame, we cannot emit data immediately but rather have to buffer it in these sample records and then flush them to disk once we receive the endFrame call.