FStatsHierarchical::EndMeasurements

Ends measurements / profiling and returns the compacted profiling tree.

Windows
MacOS
Linux

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

Syntax

static FStatsTreeElement EndMeasurements
(
    FStatsTreeElement MeasurementsToMerge,
    bool bAddUntrackedElements
)

Remarks

Ends measurements / profiling and returns the compacted profiling tree.

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss