Home
last modified time | relevance | path

Searched refs:getSystemTime (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimer.cpp220 if (Total.getSystemTime()) in print()
221 printVal(getSystemTime(), Total.getSystemTime(), OS); in print()
384 if (Total.getSystemTime()) in PrintQueuedTimers()
481 printJSONValue(OS, R, ".sys", T.getSystemTime()); in printJSONValues()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h42 double getSystemTime() const { return SystemTime; } in getSystemTime() function