Home
last modified time | relevance | path

Searched refs:GraphVertexMax (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.cpp321 updateMaxStats(G[V.first].S, G.GraphVertexMax); in calculateVertexStatistics()
348 normalizeTimeStat(G.GraphVertexMax, CycleFrequency); in normalizeStatistics()
437 std::sqrt(VA.S.getDouble(VC) / G.GraphVertexMax.getDouble(VC))) in exportGraphAsDOT()
490 GR.G.GraphVertexMax = {}; in getGraphRenderer()
H A Dxray-graph.h86 TimeStat GraphVertexMax = {}; variable