Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp119 clEnumValN(GraphRenderer::StatType::PCT99, "99p",
142 clEnumValN(GraphRenderer::StatType::PCT99, "99p",
166 clEnumValN(GraphRenderer::StatType::PCT99, "99p",
190 clEnumValN(GraphRenderer::StatType::PCT99, "99p",
H A Dxray-graph.cpp75 clEnumValN(GraphRenderer::StatType::PCT99, "99p",
99 clEnumValN(GraphRenderer::StatType::PCT99, "99p",
123 clEnumValN(GraphRenderer::StatType::PCT99, "99p",
147 clEnumValN(GraphRenderer::StatType::PCT99, "99p",
H A Dxray-account.cpp73 PCT99, enumerator
87 clEnumValN(SortField::PCT99, "99p", "99th percentile durations"),
351 case SortField::PCT99: in exportStats()
H A Dxray-graph.h39 enum class StatType { NONE, COUNT, MIN, MED, PCT90, PCT99, MAX, SUM }; enumerator