Ark Server API (ASA) - Wiki
|
#include <MallocFrameProfiler.h>
Public Attributes | |
int32 | CallStackIndex = 0 |
int32 | Mallocs = 0 |
int32 | Frees = 0 |
int32 | UsageCount = 0 |
int32 | UniqueFrames = 0 |
int32 | LastFrameSeen = 0 |
Definition at line 45 of file MallocFrameProfiler.h.
int32 FMallocFrameProfiler::FCallStackStats::CallStackIndex = 0 |
Definition at line 47 of file MallocFrameProfiler.h.
int32 FMallocFrameProfiler::FCallStackStats::Frees = 0 |
Definition at line 49 of file MallocFrameProfiler.h.
int32 FMallocFrameProfiler::FCallStackStats::LastFrameSeen = 0 |
Definition at line 52 of file MallocFrameProfiler.h.
int32 FMallocFrameProfiler::FCallStackStats::Mallocs = 0 |
Definition at line 48 of file MallocFrameProfiler.h.
int32 FMallocFrameProfiler::FCallStackStats::UniqueFrames = 0 |
Definition at line 51 of file MallocFrameProfiler.h.
int32 FMallocFrameProfiler::FCallStackStats::UsageCount = 0 |
Definition at line 50 of file MallocFrameProfiler.h.