Searched defs:TimeRecord (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h26 class TimeRecord { class in namespace:llvm
32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} function in class:llvm::TimeRecord
[all...]

Completed in 51 milliseconds