Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-graph.h47 double Pct90; 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,
191 A.Pct90 / B,
203 A.Pct90 * 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,
Dxray-account.cpp225 double Pct90; member
248 R.Pct90 = Timings[Pct90Off]; in getStats()
272 Row.Pct90 /= CycleFrequency; in exportStats()
332 return LR.Pct90 < RR.Pct90; in exportStats()
334 return LR.Pct90 > RR.Pct90; in exportStats()
402 Row.Pct90, Row.Pct99, Row.Max, Row.Sum) in exportStatsAsText()
412 << Row.Pct90 << ',' << Row.Pct99 << ',' << Row.Max << "," << Row.Sum in exportStatsAsCSV()
Dxray-graph.cpp262 S.Pct90 = *(begin + Pct90Off); in getStats()
273 M.Pct90 = std::max(M.Pct90, S.Pct90); in updateMaxStats()
335 &TimeStat::Pct90, &TimeStat::Pct99, in getString()
357 &TimeStat::Pct90, &TimeStat::Pct99, in getDouble()