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

Struct Tag

internal/graph/graph.go:293–299  ·  view source on GitHub ↗

Tag represent sample annotations

Source from the content-addressed store, hash-verified

291
292// Tag represent sample annotations
293type Tag struct {
294 Name string
295 Unit string // Describe the value, "" for non-numeric tags
296 Value int64
297 Flat, FlatDiv int64
298 Cum, CumDiv int64
299}
300
301// FlatValue returns the exclusive value for this tag, computing the
302// mean if a divisor is available.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected