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

Struct builder

internal/graph/dotgraph.go:101–105  ·  view source on GitHub ↗

builder wraps an io.Writer and understands how to compose DOT formatted elements.

Source from the content-addressed store, hash-verified

99
100// builder wraps an io.Writer and understands how to compose DOT formatted elements.
101type builder struct {
102 io.Writer
103 attributes *DotAttributes
104 config *DotConfig
105}
106
107// start generates a title and initial node in DOT format.
108func (b *builder) start() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected