Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DTimer.cpp162 if (Total.getSystemTime()) in print()
163 printVal(getSystemTime(), Total.getSystemTime(), OS); in print()
322 if (Total.getSystemTime()) in PrintQueuedTimers()
413 printJSONValue(OS, R, ".sys", T.getSystemTime()); in printJSONValues()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DTimer.h43 double getSystemTime() const { return SystemTime; } in getSystemTime() function