Searched defs:ProcessStatistics (Results 1 – 1 of 1) sorted by relevance
59 struct ProcessStatistics { struct60 std::chrono::microseconds TotalTime;61 std::chrono::microseconds UserTime;62 uint64_t PeakMemory = 0; ///< Maximum resident set size in KiB.