Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.cpp286 std::ptrdiff_t Pct99Off = (S.Count * 99) / 100; in getStats() local
H A Dxray-account.cpp292 auto Pct99Off = std::floor(Timings.size() * 0.99); in getStats() local