Navigation
API > API/Runtime > API/Runtime/TraceLog
| |
|
| Name |
FStatistics |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/TraceLog/Public/Trace/Trace.h |
| Include Path |
#include "Trace/Trace.h" |
Syntax
struct FStatistics
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| BlockPoolAllocated |
uint64 |
|
Trace/Trace.h |
|
| BlockPoolAllocatedBlocks |
uint32 |
|
Trace/Trace.h |
|
| BlockPoolFreeBlocks |
uint32 |
|
Trace/Trace.h |
|
| BytesEmitted |
uint64 |
|
Trace/Trace.h |
|
| BytesSent |
uint64 |
|
Trace/Trace.h |
|
| BytesTraced |
uint64 |
|
Trace/Trace.h |
|
| CacheAllocated |
uint32 |
|
Trace/Trace.h |
|
| CacheUsed |
uint32 |
|
Trace/Trace.h |
|
| CacheWaste |
uint32 |
|
Trace/Trace.h |
|
| FixedBufferAllocated |
uint32 |
|
Trace/Trace.h |
|
| MemoryUsed |
uint64 |
|
Trace/Trace.h |
|
| SharedBufferAllocated |
uint32 |
|
Trace/Trace.h |
|