package
0.0.1-cb
Repository: https://github.com/aleckdarcy/reload.git
Documentation: pkg.go.dev

# Functions

CPUTimeDiff returns the differences of user CPU time and system CPU time used between two Rusage structs.
GetCPUTime returns the how much CPU time has passed since the start of this process.
GetRusage returns the resource usage of current process.

# Type aliases

Rusage is an alias for syscall.Rusage under linux non-appengine environment.