Versions in this module Expand all Collapse all v1 v1.0.0 Jun 24, 2021 Changes in this version + func CPUTimeDiff(first *Rusage, latest *Rusage) (float64, float64) + func GetCPUTime() int64 + func GetTCPUserTimeout(conn net.Conn) (int, error) — darwin/amd64, js/wasm, windows/amd64 + func GetTCPUserTimeout(conn net.Conn) (opt int, err error) — linux/amd64 + func SetTCPUserTimeout(conn net.Conn, timeout time.Duration) error + type Rusage struct — darwin/amd64, js/wasm, windows/amd64 + func GetRusage() (rusage *Rusage) + type Rusage syscall.Rusage — linux/amd64