# 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.