Home
last modified time | relevance | path

Searched defs:addTimer (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DTimer.cpp346 void TimerGroup::addTimer(Timer &T) { in addTimer() function in TimerGroup
/llvm-project-15.0.7/mlir/lib/Support/
H A DTiming.cpp325 std::function<void(TimerImpl *)> addTimer = [&](TimerImpl *timer) { in printAsList() local