Searched refs:getElapsedWallTime (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DProcess.cpp54 static TimeValue getElapsedWallTime() { function
59 /// \brief A special global variable to ensure we call \c getElapsedWallTime
64 static volatile TimeValue DummyTimeValue = getElapsedWallTime();
69 return getElapsedWallTime();

Completed in 469 milliseconds