LLVM: llvm::sys::ProcessStatistics Struct Reference (original) (raw)

This struct encapsulates information about a process execution. More...

#include "[llvm/Support/Program.h](Program%5F8h%5Fsource.html)"

Public Attributes
std::chrono::microseconds TotalTime
std::chrono::microseconds UserTime
uint64_t PeakMemory = 0
Maximum resident set size in KiB.

This struct encapsulates information about a process execution.

Definition at line 60 of file Program.h.

PeakMemory

uint64_t llvm::sys::ProcessStatistics::PeakMemory = 0

Maximum resident set size in KiB.

Definition at line 63 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: