FStatsTreeElement::AverageSeconds

Returns the average number of seconds recorded (total / num)

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

double AverageSeconds
(
    bool bInclusive
) const

Remarks

Returns the average number of seconds recorded (total / num)

Parameters

Parameter

Description

bInclusive

If true the time will contain the cycles used by child elements

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