Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/Histogram.h |
| Include | #include "ProfilingDebugging/Histogram.h" |
Syntax
struct FHistogramBuilder
Remarks
Used to construct a histogram that runs over a custom set of ranges, while still enforcing contiguity on the bin ranges
Constructors
| Type | Name | Description | |
|---|---|---|---|
FHistogramBuilder
(
FHistogram& InHistogram, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddBin
(
double MaxValue |
This will add a bin to the histogram, extending from the previous bin (or starting value) to the passed in MaxValue | |
| void | FinishBins () |
Call when done adding bins, this will create a final unbounded bin to catch values above the maximum value |