reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/llvm-xray/xray-graph.h
   52     double getDouble(StatType T) const;

References

tools/llvm-xray/xray-graph-diff.cpp
  257   double LeftAttr = LeftStat.getDouble(T);
  258   double RightAttr = RightStat.getDouble(T);
tools/llvm-xray/xray-graph.cpp
  398                 std::sqrt(S.getDouble(EC) / G.GraphEdgeMax.getDouble(EC)))
  398                 std::sqrt(S.getDouble(EC) / G.GraphEdgeMax.getDouble(EC)))
  417                 std::sqrt(VA.S.getDouble(VC) / G.GraphVertexMax.getDouble(VC)))
  417                 std::sqrt(VA.S.getDouble(VC) / G.GraphVertexMax.getDouble(VC)))