Versions in this module Expand all Collapse all v0 v0.6.1 Jul 31, 2023 v0.0.4 Jul 31, 2023 Changes in this version + func CPUTimeDiff(first, 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 = syscall.Rusage — linux/amd64 + type Rusage struct — darwin/amd64, js/wasm, windows/amd64 + func GetRusage() *Rusage