Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.h33 : StartTime(0), AccTime(Other.AccTime), Manager(Other.Manager), in Timer()
47 AccTime += getMonotonicTime() - StartTime; in stop()
50 u64 getAccumulatedTime() const { return AccTime; } in getAccumulatedTime()
56 AccTime = 0; in ignore()
66 u64 AccTime = 0; variable