github.com/google/pprof/profile.Profile.DurationNanos (field)
10 uses
github.com/google/pprof/profile (current package)
encode.go#L151: encodeInt64Opt(b, 10, p.DurationNanos)
encode.go#L224: func(b *buffer, m message) error { return decodeInt64(b, &m.(*Profile).DurationNanos) },
legacy_java_profile.go#L152: p.DurationNanos = millis * 1000 * 1000
legacy_profile.go#L736: p.DurationNanos = ms * 1000 * 1000
merge.go#L422: durationNanos += s.DurationNanos
merge.go#L444: DurationNanos: durationNanos,
profile.go#L47: DurationNanos int64
profile.go#L535: if p.DurationNanos != 0 {
profile.go#L536: ss = append(ss, fmt.Sprintf("Duration: %.4v", time.Duration(p.DurationNanos)))
cloud.google.com/go/profiler
heap.go#L75: p.DurationNanos = duration.Nanoseconds()
![]() |
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. |