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