MCPcopy Create free account
hub / github.com/google/pprof / Graph

Struct Graph

internal/graph/graph.go:50–52  ·  view source on GitHub ↗

Graph summarizes a performance profile into a format that is suitable for visualization.

Source from the content-addressed store, hash-verified

48// Graph summarizes a performance profile into a format that is
49// suitable for visualization.
50type Graph struct {
51 Nodes Nodes
52}
53
54// Options encodes the options for constructing a graph
55type Options struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected