K 10 svn:author V 5 markm K 8 svn:date V 27 2000-11-25T17:09:01.000000Z K 7 svn:log V 346 Stop explicitly using nanotime(9) and use the new get_cyclecounter(9) call instead. This makes a pretty dramatic difference to the amount of work that the harvester needs to do - it is much friendlier on the system. (80386 and 80486 class machines will notice little, as the new get_cyclecounter() call is a wrapper round nanotime(9) for them). END