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