Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.h46 double Pct90; 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,
189 A.Pct90 / B,
201 A.Pct90 * 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 Dxray-account.cpp266 double Pct90; member
290 R.Pct90 = Timings[Pct90Off]; in getStats()
324 Row.Pct90 /= CycleFrequency; in exportStats()
349 sortByKey(Results, [](const TupleType &X) { return std::get<2>(X).Pct90; }); 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 Dxray-graph.cpp285 S.Pct90 = *(begin + Pct90Off); in getStats()
296 M.Pct90 = std::max(M.Pct90, S.Pct90); in updateMaxStats()
357 &TimeStat::Pct90, &TimeStat::Pct99, in getString()
379 &TimeStat::Pct90, &TimeStat::Pct99, in getDouble()