github.com/google/pprof/profile.ValueType.Unit (field)
34 uses
github.com/google/pprof/profile (current package)
encode.go#L35: st.unitX = addString(strings, st.Unit)
encode.go#L115: pt.unitX = addString(strings, pt.Unit)
encode.go#L298: st.Unit, err = getString(p.stringTable, &st.unitX, err)
encode.go#L355: pt.Unit, err = getString(p.stringTable, &pt.unitX, err)
legacy_java_profile.go#L45: PeriodType: &ValueType{Type: "cpu", Unit: "nanoseconds"},
legacy_java_profile.go#L46: SampleType: []*ValueType{{Type: "samples", Unit: "count"}, {Type: "cpu", Unit: "nanoseconds"}},
legacy_java_profile.go#L132: {Type: "inuse_objects", Unit: "count"},
legacy_java_profile.go#L133: {Type: "inuse_space", Unit: value},
legacy_java_profile.go#L137: {Type: "contentions", Unit: "count"},
legacy_java_profile.go#L138: {Type: "delay", Unit: value},
legacy_java_profile.go#L142: Type: "contentions", Unit: "count",
legacy_profile.go#L93: PeriodType: &ValueType{Type: profileType, Unit: "count"},
legacy_profile.go#L95: SampleType: []*ValueType{{Type: profileType, Unit: "count"}},
legacy_profile.go#L333: PeriodType: &ValueType{Type: "cpu", Unit: "nanoseconds"},
legacy_profile.go#L335: {Type: "samples", Unit: "count"},
legacy_profile.go#L336: {Type: "cpu", Unit: "nanoseconds"},
legacy_profile.go#L478: p.PeriodType = &ValueType{Type: "space", Unit: "bytes"}
legacy_profile.go#L496: {Type: "alloc_objects", Unit: "count"},
legacy_profile.go#L497: {Type: "alloc_space", Unit: "bytes"},
legacy_profile.go#L498: {Type: "inuse_objects", Unit: "count"},
legacy_profile.go#L499: {Type: "inuse_space", Unit: "bytes"},
legacy_profile.go#L503: {Type: "objects", Unit: "count"},
legacy_profile.go#L504: {Type: "space", Unit: "bytes"},
legacy_profile.go#L697: PeriodType: &ValueType{Type: "contentions", Unit: "count"},
legacy_profile.go#L700: {Type: "contentions", Unit: "count"},
legacy_profile.go#L701: {Type: "delay", Unit: "nanoseconds"},
legacy_profile.go#L855: SampleType: []*ValueType{{Type: "thread", Unit: "count"}},
legacy_profile.go#L856: PeriodType: &ValueType{Type: "thread", Unit: "count"},
merge.go#L478: return st1.Type == st2.Type && st1.Unit == st2.Unit
profile.go#L65: Unit string // seconds, nanoseconds, bytes, etc
profile.go#L529: ss = append(ss, fmt.Sprintf("PeriodType: %s %s", pt.Type, pt.Unit))
profile.go#L546: sh1 = sh1 + fmt.Sprintf("%s/%s%s ", s.Type, s.Unit, dflt)
 |
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. |