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

Struct ValueType

profile/profile.go:66–72  ·  view source on GitHub ↗

ValueType corresponds to Profile.ValueType

Source from the content-addressed store, hash-verified

64
65// ValueType corresponds to Profile.ValueType
66type ValueType struct {
67 Type string // cpu, wall, inuse_space, etc
68 Unit string // seconds, nanoseconds, bytes, etc
69
70 typeX int64
71 unitX int64
72}
73
74// Sample corresponds to Profile.Sample
75type Sample struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected