K 10
svn:author
V 3
rra
K 8
svn:date
V 27
2000-10-03T21:16:02.000000Z
K 7
svn:log
V 469
Significantly clean up the parsing for the internal timer.  Rather than
using a regex with lots of optional sections, look for a line matching the
general pattern of a timer and then parse each timer value individually,
looking up the long name in a hash table.  This will be robust against
reordering of the output and will even deal correctly (but without nice
long names) with the introduction of new timers without updating this
code.  It's also much shorter code.

END
