This struct encapsulates information about a process execution.
More...
#include "llvm/Support/Program.h"
This struct encapsulates information about a process execution.
Definition at line 59 of file Program.h.
◆ PeakMemory
uint64_t llvm::sys::ProcessStatistics::PeakMemory = 0 |
Maximum resident set size in KiB.
Definition at line 62 of file Program.h.
◆ TotalTime
std::chrono::microseconds llvm::sys::ProcessStatistics::TotalTime |
◆ UserTime
std::chrono::microseconds llvm::sys::ProcessStatistics::UserTime |
The documentation for this struct was generated from the following file: