ref: 86a9f92f47f9cb5d9eb3806e458d856b0ee81b08 dir: /sys/src/cmd/1l/cputime.c/
double cputime(void) { long t[4]; long times(long*); int i; times(t); for(i=1; i<4; i++) t[0] += t[i]; return t[0] / 100.; }