Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging > API/Runtime/Core/ProfilingDebugging/FHistogram > API/Runtime/Core/ProfilingDebugging/FHistogram/AddMeasurement
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/Histogram.h |
| Include | #include "ProfilingDebugging/Histogram.h" |
| Source | /Engine/Source/Runtime/Core/Private/ProfilingDebugging/Histogram.cpp |
void AddMeasurement
(
double ValueForBinning,
double MeasurementValue
)
Remarks
Adds an observed measurement (with a different thresholding key than the measurement, e.g., when accumulating time spent in a chart keyed on framerate).