github.com/google/pprof/profile.Profile.TimeNanos (field)
9 uses
github.com/google/pprof/profile (current package)
encode.go#L150: encodeInt64Opt(b, 9, p.TimeNanos)
encode.go#L218: if m.(*Profile).TimeNanos != 0 {
encode.go#L221: return decodeInt64(b, &m.(*Profile).TimeNanos)
merge.go#L419: if timeNanos == 0 || s.TimeNanos < timeNanos {
merge.go#L420: timeNanos = s.TimeNanos
merge.go#L443: TimeNanos: timeNanos,
profile.go#L46: TimeNanos int64
profile.go#L532: if p.TimeNanos != 0 {
profile.go#L533: ss = append(ss, fmt.Sprintf("Time: %v", time.Unix(0, p.TimeNanos)))
![]() |
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. |