Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ProfilingDebugging > API/Runtime/Engine/ProfilingDebugging/FMallocLeakReporter
References
| |
|
| Module |
Engine |
| Header |
/Engine/Source/Runtime/Engine/Public/ProfilingDebugging/MallocLeakReporter.h |
| Include |
#include "ProfilingDebugging/MallocLeakReporter.h" |
| Source |
/Engine/Source/Runtime/Engine/Private/ProfilingDebugging/MallocLeakReporter.cpp |
void Start
(
int32 FilterSize,
float ReportOnTime
)
- Starts tracking allocations.
- void
Parameters
| Name |
Description |
| |
FilterSize Only track allocations >= this value in KB. Higher values affect performance less |
| |
ReportOnTime Write out a report every N seconds |