Searched refs:LeftStat (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp239 // Returns the Relative change With respect to LeftStat between LeftStat
241 static double statRelDiff(const GraphDiffRenderer::TimeStat &LeftStat, argument
244 double LeftAttr = LeftStat.getDouble(T);
262 const auto &LeftStat = EdgeAttr.CorrEdgePtr[0]->second.S; local
265 double RelDiff = statRelDiff(LeftStat, RightStat, T);
283 const auto &LeftStat = VertexAttr.CorrVertexPtr[0]->second.S; local
286 double RelDiff = statRelDiff(LeftStat, RightStat, T);
313 const auto &LeftStat = EdgeAttr.CorrEdgePtr[0]->second.S; local
316 double RelDiff = statRelDiff(LeftStat, RightSta
332 const auto &LeftStat = VertexAttr.CorrVertexPtr[0]->second.S; local
351 const auto &LeftStat = EdgeAttr.CorrEdgePtr[0]->second.S; local
[all...]

Completed in 128 milliseconds