syscall.Rusage.Utime (field)
6 uses
syscall (current package)
ztypes_linux_amd64.go#L76: Utime Timeval
google.golang.org/grpc/internal/syscall
syscall_linux.go#L58: utimeDiffs = latest.Utime.Sec - first.Utime.Sec
syscall_linux.go#L59: utimeDiffus = latest.Utime.Usec - first.Utime.Usec
os
exec_unix.go#L101: return time.Duration(p.rusage.Utime.Nano()) * time.Nanosecond
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)