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