Ark Server API (ASA) - Wiki
|
Go to the source code of this file.
Classes | |
struct | FGenericMemoryStats |
class | FScopedMemoryStats |
class | FSharedMemoryTracker |
Macros | |
#define | ENABLE_MEMORY_SCOPE_STATS 0 |
#define | ENABLE_SHARED_MEMORY_TRACKER 0 |
#define ENABLE_MEMORY_SCOPE_STATS 0 |
Definition at line 21 of file MemoryMisc.h.
#define ENABLE_SHARED_MEMORY_TRACKER 0 |
The FSharedMemoryTracker is used to track how much the shared and unique memory pools changed size in-between each call WARNING: Getting the shared & unique memory pool size is extremely costly (easily takes up to 60ms) so be careful not to use the tracker while hosting a game.
Definition at line 53 of file MemoryMisc.h.