Home
last modified time | relevance | path

Searched refs:startTime (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lld/Common/
H A DTimer.cpp18 startTime = std::chrono::high_resolution_clock::now(); in ScopedTimer()
24 t->addToTotal(std::chrono::high_resolution_clock::now() - startTime); in stop()
/openbsd-src/gnu/llvm/lld/include/lld/Common/
H A DTimer.h32 std::chrono::time_point<std::chrono::high_resolution_clock> startTime; member
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Drunner.py160 startTime = time.time()
173 timeTaken = stopTime - startTime
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A DProgressBar.py243 self.startTime = time.time()
253 elapsed = time.time() - self.startTime