Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getrusage (0.16 sec)

  1. src/os/exec.go

    // the exited process. Convert it to the appropriate underlying
    // type, such as [*syscall.Rusage] on Unix, to access its contents.
    // (On Unix, *syscall.Rusage matches struct rusage as defined in the
    // getrusage(2) manual page.)
    func (p *ProcessState) SysUsage() any {
    	return p.sysUsage()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 22:06:47 UTC 2024
    - 12.8K bytes
    - Viewed (0)
Back to top