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
&40;
FStatsTreeElement MeasurementsToMerge,
bool bAddUntrackedElements
&41;
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. |