Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Stats > API/Runtime/Core/Stats/FStatsHierarchical
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Stats/StatsHierarchical.h |
| Include | #include "Stats/StatsHierarchical.h" |
| Source | /Engine/Source/Runtime/Core/Private/Stats/StatsHierarchical.cpp |
static FStatsTreeElement EndMeasurements
(
FStatsTreeElement MeasurementsToMerge,
bool bAddUntrackedElements
)
Remarks
Ends measurements / profiling and returns the compacted profiling tree.
Parameters
| Name | Description |
|---|---|
| MeasurementsToMerge | The baseline for the measurement. |
| bAddUntrackedElements | If true adds an element for untracked time (time not profiled) for each node in the tree. |