Searched refs:Pct99Off (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-account.cpp292 auto Pct99Off = std::floor(Timings.size() * 0.99); local
293 std::nth_element(Timings.begin(), Timings.begin() + (uint64_t)Pct99Off,
295 R.Pct99 = Timings[Pct99Off];
H A Dxray-graph.cpp286 std::ptrdiff_t Pct99Off = (S.Count * 99) / 100; local
287 std::nth_element(begin, begin + Pct99Off, end);
288 S.Pct99 = *(begin + Pct99Off);

Completed in 282 milliseconds