Home
last modified time | relevance | path

Searched refs:PCT90 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp117 clEnumValN(GraphRenderer::StatType::PCT90, "90p",
140 clEnumValN(GraphRenderer::StatType::PCT90, "90p",
164 clEnumValN(GraphRenderer::StatType::PCT90, "90p",
188 clEnumValN(GraphRenderer::StatType::PCT90, "90p",
H A Dxray-graph.cpp73 clEnumValN(GraphRenderer::StatType::PCT90, "90p",
97 clEnumValN(GraphRenderer::StatType::PCT90, "90p",
121 clEnumValN(GraphRenderer::StatType::PCT90, "90p",
145 clEnumValN(GraphRenderer::StatType::PCT90, "90p",
H A Dxray-account.cpp72 PCT90, enumerator
86 clEnumValN(SortField::PCT90, "90p", "90th percentile durations"),
348 case SortField::PCT90: in exportStats()
H A Dxray-graph.h39 enum class StatType { NONE, COUNT, MIN, MED, PCT90, PCT99, MAX, SUM }; enumerator