timeval: Log additional statistics along with wall-clock time.
authorBen Pfaff <blp@nicira.com>
Tue, 2 Jun 2009 20:56:53 +0000 (13:56 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 2 Jun 2009 21:30:15 +0000 (14:30 -0700)
commit360e13f88f379d7c565b7005c4fba01523faa431
treeff5766dc03fb880728682b0499eaf7ca4048cd30
parentbe6f099a0282f5de8451bf93cd27912cdb328d3c
timeval: Log additional statistics along with wall-clock time.

It's sometimes unclear whether a process was simply descheduled during its
run for an extended interval, or whether it actually did a lot of work.  By
also logging system and user times, number of context switches, etc., we
can help out with debugging.
lib/timeval.c