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" |
Syntax
struct FScope
Remarks
Helper class to create a local scope for profiling. Calls the static methods on FStatsHierarchical. Users should use the DECLARE_SCOPE_HIERARCHICAL_COUNTER macro instead.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScope
(
const ANSICHAR* InLabel |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FScope () |