Home
last modified time | relevance | path

Searched defs:ProcessStatistics (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DProgram.h59 struct ProcessStatistics { struct
60 std::chrono::microseconds TotalTime;
61 std::chrono::microseconds UserTime;
62 uint64_t PeakMemory = 0; ///< Maximum resident set size in KiB.