ref: 8b3f4d8a37dce7944e0fb5ca716ad6eadbe7d7d8 dir: /sys/src/cmd/2l/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.; }