type github.com/google/pprof/profile.ValueType
29 uses
github.com/google/pprof/profile (current package)
encode.go#L164: x := new(ValueType)
encode.go#L227: x := new(ValueType)
encode.go#L350: p.PeriodType = &ValueType{}
encode.go#L379: func (p *ValueType) decoder() []decoder {
encode.go#L383: func (p *ValueType) encode(b *buffer) {
encode.go#L391: func(b *buffer, m message) error { return decodeInt64(b, &m.(*ValueType).typeX) },
encode.go#L393: func(b *buffer, m message) error { return decodeInt64(b, &m.(*ValueType).unitX) },
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#L75: PeriodType: &ValueType{},
legacy_java_profile.go#L131: p.SampleType = []*ValueType{
legacy_java_profile.go#L136: p.SampleType = []*ValueType{
legacy_java_profile.go#L141: p.PeriodType = &ValueType{
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#L334: SampleType: []*ValueType{
legacy_profile.go#L478: p.PeriodType = &ValueType{Type: "space", Unit: "bytes"}
legacy_profile.go#L495: p.SampleType = []*ValueType{
legacy_profile.go#L502: p.SampleType = []*ValueType{
legacy_profile.go#L697: PeriodType: &ValueType{Type: "contentions", Unit: "count"},
legacy_profile.go#L699: SampleType: []*ValueType{
legacy_profile.go#L855: SampleType: []*ValueType{{Type: "thread", Unit: "count"}},
legacy_profile.go#L856: PeriodType: &ValueType{Type: "thread", Unit: "count"},
merge.go#L438: SampleType: make([]*ValueType, len(srcs[0].SampleType)),
merge.go#L477: func equalValueType(st1, st2 *ValueType) bool {
profile.go#L35: SampleType []*ValueType
profile.go#L48: PeriodType *ValueType
profile.go#L63: type ValueType struct {
 |
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. |