Home
last modified time | relevance | path

Searched defs:rootTimer (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/Common/
DTimer.cpp35 static Timer rootTimer("Total Link Time"); in root() local
/external/llvm-project/mlir/lib/Pass/
DPassTiming.cpp215 auto &rootTimer = rootTimers[tid]; in getTimer() local
356 auto &rootTimer = rootTimers.begin()->second; in print() local
/external/llvm-project/lld/COFF/
DDriver.cpp1201 ScopedTimer rootTimer(Timer::root()); in link() local