runtime/pprof.profileBuilder.stringIndex (method)
11 uses
runtime/pprof (current package)
proto.go#L135: func (b *profileBuilder) stringIndex(s string) int64 {
proto.go#L156: b.pb.int64(tagValueType_Type, b.stringIndex(typ))
proto.go#L157: b.pb.int64(tagValueType_Unit, b.stringIndex(unit))
proto.go#L176: b.pb.int64Opt(tagLabel_Key, b.stringIndex(key))
proto.go#L177: b.pb.int64Opt(tagLabel_Str, b.stringIndex(str))
proto.go#L197: b.pb.int64Opt(tagMapping_Filename, b.stringIndex(file))
proto.go#L198: b.pb.int64Opt(tagMapping_BuildID, b.stringIndex(buildID))
proto.go#L564: b.pb.int64Opt(tagFunction_Name, b.stringIndex(fn.name))
proto.go#L565: b.pb.int64Opt(tagFunction_SystemName, b.stringIndex(fn.name))
proto.go#L566: b.pb.int64Opt(tagFunction_Filename, b.stringIndex(fn.file))
protomem.go#L24: b.pb.int64Opt(tagProfile_DefaultSampleType, b.stringIndex(defaultSampleType))
 |
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. |