runtime/pprof.profileBuilder.pbValueType (method)
14 uses
runtime/pprof (current package)
pprof.go#L380: b.pbValueType(tagProfile_PeriodType, countName, "count")
pprof.go#L382: b.pbValueType(tagProfile_SampleType, countName, "count")
pprof.go#L383: b.pbValueType(tagProfile_SampleType, cycleName, "nanoseconds")
pprof.go#L447: b.pbValueType(tagProfile_PeriodType, name, "count")
pprof.go#L449: b.pbValueType(tagProfile_SampleType, name, "count")
proto.go#L154: func (b *profileBuilder) pbValueType(tag int, typ, unit string) {
proto.go#L342: b.pbValueType(tagProfile_SampleType, "samples", "count")
proto.go#L343: b.pbValueType(tagProfile_SampleType, "cpu", "nanoseconds")
proto.go#L345: b.pbValueType(tagProfile_PeriodType, "cpu", "nanoseconds")
protomem.go#L17: b.pbValueType(tagProfile_PeriodType, "space", "bytes")
protomem.go#L19: b.pbValueType(tagProfile_SampleType, "alloc_objects", "count")
protomem.go#L20: b.pbValueType(tagProfile_SampleType, "alloc_space", "bytes")
protomem.go#L21: b.pbValueType(tagProfile_SampleType, "inuse_objects", "count")
protomem.go#L22: b.pbValueType(tagProfile_SampleType, "inuse_space", "bytes")
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |