Navigation
API > API/Developer > API/Developer/Profiler
Inheritance Hierarchy
- IModuleInterface
- IProfilerModule
References
| Module | Profiler |
| Header | /Engine/Source/Developer/Profiler/Public/IProfilerModule.h |
| Include | #include "IProfilerModule.h" |
Syntax
class IProfilerModule : public IModuleInterface
Remarks
Interface for the profiler module.
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | CreateProfilerWindow
(
const TSharedRef< ISessionManager >& InSessionManager, |
Creates the main window for the profiler. | |
| FRawStatsMemoryProfiler * | OpenRawStatsForMemoryProfiling
(
const TCHAR* Filename |
Creates a new instance of the memory profiler based the raw stats. | |
| void | StatsMemoryDumpCommand
(
const TCHAR* Filename |
Implements stats memory dump command. |