Searched refs:Pct99 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-graph.h | 47 double Pct99; member 169 A.Pct90 + B.Pct90, A.Pct99 + B.Pct99, A.Max + B.Max, 178 A.Pct90 - B.Pct90, A.Pct99 - B.Pct99, A.Max - B.Max, 190 A.Pct99 / B, 202 A.Pct99 * B, 217 A.Pct90 * B.Pct90, A.Pct99 * B.Pct99, A.Max * B.Max, 225 A.Pct90 / B.Pct90, A.Pct99 / B.Pct99, A.Max / B.Max,
|
H A D | xray-account.cpp | 267 double Pct99; member 295 R.Pct99 = Timings[Pct99Off]; in getStats() 325 Row.Pct99 /= CycleFrequency; in exportStats() 352 sortByKey(Results, [](const TupleType &X) { return std::get<2>(X).Pct99; }); in exportStats() 405 Row.Pct90, Row.Pct99, Row.Max, Row.Sum) in exportStatsAsText() 415 << Row.Pct90 << ',' << Row.Pct99 << ',' << Row.Max << "," << Row.Sum in exportStatsAsCSV()
|
H A D | xray-graph.cpp | 288 S.Pct99 = *(begin + Pct99Off); in getStats() 297 M.Pct99 = std::max(M.Pct99, S.Pct99); in updateMaxStats() 357 &TimeStat::Pct90, &TimeStat::Pct99, in getString() 379 &TimeStat::Pct90, &TimeStat::Pct99, in getDouble()
|