type syscall.Rusage
8 uses
syscall (current package)
syscall_linux.go#L377: func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error) {
zsyscall_linux_amd64.go#L177: func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
zsyscall_linux_amd64.go#L487: func Getrusage(who int, rusage *Rusage) (err error) {
ztypes_linux_amd64.go#L75: type Rusage struct {
google.golang.org/grpc/internal/syscall
syscall_linux.go#L45: type Rusage = syscall.Rusage
os
exec_posix.go#L74: rusage *syscall.Rusage
exec_unix.go#L38: rusage syscall.Rusage
runtime/pprof
pprof_rusage.go#L28: var rusage syscall.Rusage
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)