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.cpp188 if (Total.getSystemTime()) in print()
189 printVal(getSystemTime(), Total.getSystemTime(), OS); in print()
369 if (Total.getSystemTime()) in PrintQueuedTimers()
462 printJSONValue(OS, R, ".sys", T.getSystemTime()); in printJSONValues()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h45 double getSystemTime() const { return SystemTime; } in getSystemTime() function