github.com/google/pprof/profile.Profile.Period (field)
23 uses
github.com/google/pprof/profile (current package)
encode.go#L155: encodeInt64Opt(b, 12, p.Period)
encode.go#L233: func(b *buffer, m message) error { return decodeInt64(b, &m.(*Profile).Period) },
legacy_java_profile.go#L44: Period: period * 1000,
legacy_java_profile.go#L144: if p.Period, err = strconv.ParseInt(value, 0, 64); err != nil {
legacy_java_profile.go#L221: if period := p.Period; period != 0 {
legacy_java_profile.go#L222: s.Value[0] = s.Value[0] * p.Period
legacy_java_profile.go#L223: s.Value[1] = s.Value[1] * p.Period
legacy_profile.go#L94: Period: 1,
legacy_profile.go#L332: Period: period * 1000,
legacy_profile.go#L454: Value: []int64{int64(count), int64(count) * p.Period},
legacy_profile.go#L480: sampling, p.Period, hasAlloc, err = parseHeapHeader(line)
legacy_profile.go#L485: p.Period = 1
legacy_profile.go#L487: p.Period = 1
legacy_profile.go#L520: value, blocksize, addrs, err := parseHeapSample(line, p.Period, sampling, hasAlloc)
legacy_profile.go#L698: Period: 1,
legacy_profile.go#L728: if p.Period, err = strconv.ParseInt(val, 0, 64); err != nil {
legacy_profile.go#L759: value, addrs, err := parseContentionSample(line, p.Period, cpuHz)
legacy_profile.go#L857: Period: 1,
merge.go#L423: if period == 0 || period < s.Period {
merge.go#L424: period = s.Period
merge.go#L446: Period: period,
profile.go#L49: Period int64
profile.go#L531: ss = append(ss, fmt.Sprintf("Period: %d", p.Period))
 |
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. |