chickadee » chicken » time » cpu-time

cpu-timeprocedure

Returns the used CPU time of the current process in milliseconds as two values: the time spent in user code, and the time spent in system code. On platforms where user and system time can not be differentiated, system time is always 0.