Home
last modified time | relevance | path

Searched refs:getOrCreateTimer (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.cpp19 : Timer(Manager.getOrCreateTimer(Name)) { in ScopedTimer()
H A Dtiming.h94 Timer getOrCreateTimer(const char *Name) EXCLUDES(Mutex) { in getOrCreateTimer() function
131 Timer Nesting = getOrCreateTimer(Name); in nest()