Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging
Inheritance Hierarchy
- FActiveExternalProfilerBase
- FScopedExternalProfilerBase
- FExternalProfilerIncluder
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/ExternalProfiler.h |
Include | #include "ProfilingDebugging/ExternalProfiler.h" |
Syntax
class FExternalProfilerIncluder : public FScopedExternalProfilerBase
Remarks
Use this to include a body of code in profiler's captured session using 'Resume' and 'Pause' cues. It can safely be embedded within another 'timer' or 'excluder' scope.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Constructor |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
Destructor |