Ark Server API (ASA) - Wiki
|
#include <GenericPlatformMisc.h>
Public Attributes | |
uint64 | BlockingInput = 0 |
uint64 | BlockingOutput = 0 |
uint64 | BlockingOther = 0 |
uint64 | InputBytes = 0 |
uint64 | OutputBytes = 0 |
uint64 | OtherBytes = 0 |
Different types of Input/Output stats
Definition at line 432 of file GenericPlatformMisc.h.
uint64 FProcessIOStats::BlockingInput = 0 |
Blocking Input operations
Definition at line 435 of file GenericPlatformMisc.h.
uint64 FProcessIOStats::BlockingOther = 0 |
Blocking operations that were neither Input or Output operations (platform dependent)
Definition at line 441 of file GenericPlatformMisc.h.
uint64 FProcessIOStats::BlockingOutput = 0 |
Blocking Output operations
Definition at line 438 of file GenericPlatformMisc.h.
uint64 FProcessIOStats::InputBytes = 0 |
Input bytes transferred
Definition at line 444 of file GenericPlatformMisc.h.
uint64 FProcessIOStats::OtherBytes = 0 |
Bytes transferred that were not from either Input or Output operations
Definition at line 450 of file GenericPlatformMisc.h.
uint64 FProcessIOStats::OutputBytes = 0 |
Output bytes transferred
Definition at line 447 of file GenericPlatformMisc.h.