Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging
Inheritance Hierarchy
- FActiveExternalProfilerBase
- FScopedExternalProfilerBase
- FExternalProfilerExcluder
- FExternalProfilerIncluder
- FFunctionalTestExternalProfiler
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/ExternalProfiler.h |
| Include | #include "ProfilingDebugging/ExternalProfiler.h" |
Syntax
class FScopedExternalProfilerBase : public FActiveExternalProfilerBase
Remarks
Base class for FScoped*Timer and FScoped*Excluder
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | StartScopedTimer
(
const bool bWantPause |
Pauses or resumes profiler and keeps track of the prior state so it can be restored later. | |
| void | Stops the scoped timer and restores profiler to its prior state |