Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging > API/Runtime/Core/ProfilingDebugging/FHistogram
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/Histogram.h |
| Include | #include "ProfilingDebugging/Histogram.h" |
Syntax
struct FBin
Remarks
Bin
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Count | How many elements are in this bin. | |
| double | MinValue | MinValue to be stored in the bin, inclusive. | |
| double | Sum | Sum of all values that were put into this bin. | |
| double | UpperBound | First value NOT to be stored in the bin. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBin () |
|||
FBin
(
double MinInclusive |
Constructor for the last bin. | ||
FBin
(
double MinInclusive, |
Constructor for any bin | ||
FBin
(
double MinInclusive, |
Constructor for a pre-seeded bin |