Lines Matching +full:90 +full:h
18 #include "xray-graph-diff.h"
19 #include "xray-graph.h"
20 #include "xray-registry.h"
22 #include "xray-color-helper.h"
23 #include "llvm/Support/FormatVariadic.h"
24 #include "llvm/Support/MemoryBuffer.h"
25 #include "llvm/XRay/Trace.h"
117 clEnumValN(GraphRenderer::StatType::PCT90, "90p",
118 "90th percentile durations"),
140 clEnumValN(GraphRenderer::StatType::PCT90, "90p",
141 "90th percentile durations"),
164 clEnumValN(GraphRenderer::StatType::PCT90, "90p",
165 "90th percentile durations"),
188 clEnumValN(GraphRenderer::StatType::PCT90, "90p",
189 "90th percentile durations"),
251 const GraphDiffRenderer::GraphT &G, ColorHelper H,
255 return H.getColorString(2.0); // A number greater than 1.0
257 return H.getColorString(-2.0); // A number less than -1.0
260 return H.getDefaultColorString();
268 return H.getColorString(CappedRelDiff);
272 const GraphDiffRenderer::GraphT &G, ColorHelper H,
276 return H.getColorString(2.0); // A number greater than 1.0
278 return H.getColorString(-2.0); // A number less than -1.0
281 return H.getDefaultColorString();
289 return H.getColorString(CappedRelDiff);
370 ColorHelper H(ColorHelper::DivergingScheme::PiYG);
385 TailId, getLabel(E, EdgeLabel), getColor(E, G, H, EdgeColor),
400 getColor(V, G, H, VertexColor));