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.h60 struct ProcessStatistics { struct
61 std::chrono::microseconds TotalTime;
62 std::chrono::microseconds UserTime;
63 uint64_t PeakMemory = 0; ///< Maximum resident set size in KiB.