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)))