Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/Common/
H A DTimer.cpp38 double totalDuration = static_cast<double>(millis()); in print() local
44 child->print(1, totalDuration); in print()
57 void Timer::print(int depth, double totalDuration, bool recurse) const { in print() argument
58 double p = 100.0 * millis() / totalDuration; in print()
70 child->print(depth + 1, totalDuration); in print()
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DTimer.h50 void print(int depth, double totalDuration, bool recurse = true) const;