Searched refs:Pct99 (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/ |
D | xray-graph.h | 48 double Pct99; member 171 A.Pct90 + B.Pct90, A.Pct99 + B.Pct99, A.Max + B.Max, 180 A.Pct90 - B.Pct90, A.Pct99 - B.Pct99, A.Max - B.Max, 192 A.Pct99 / B, 204 A.Pct99 * B, 219 A.Pct90 * B.Pct90, A.Pct99 * B.Pct99, A.Max * B.Max, 227 A.Pct90 / B.Pct90, A.Pct99 / B.Pct99, A.Max / B.Max,
|
D | xray-account.cpp | 226 double Pct99; member 252 R.Pct99 = Timings[Pct99Off]; in getStats() 273 Row.Pct99 /= CycleFrequency; in exportStats() 338 return LR.Pct99 < RR.Pct99; in exportStats() 340 return LR.Pct99 > RR.Pct99; in exportStats() 402 Row.Pct90, Row.Pct99, Row.Max, Row.Sum) in exportStatsAsText() 412 << Row.Pct90 << ',' << Row.Pct99 << ',' << Row.Max << "," << Row.Sum in exportStatsAsCSV()
|
D | xray-graph.cpp | 265 S.Pct99 = *(begin + Pct99Off); in getStats() 274 M.Pct99 = std::max(M.Pct99, S.Pct99); in updateMaxStats() 335 &TimeStat::Pct90, &TimeStat::Pct99, in getString() 357 &TimeStat::Pct90, &TimeStat::Pct99, in getDouble()
|