Begin File:Micro_time.tgz Description:timing utilities Keywords:timing micro time utility Version: Entered-date:jan 23, 1997 Author: Ported-by: Original-site: Copying-policy: Supplemental:Timing utilities: rdtsc: an example of how to read the p5 counter -- returns cycles micro_time: function to read 8254 timer chip and convert cycles to seconds micro_test: program to test micro_time() function archive contents: drwxrwxr-x 0 briane support Jan 22 13:31 Micro_time -rw-rw-r-- 0 briane support 1351 Apr 6 14:55 Micro_time/rdtsc.c -rw-rw-r-- 0 briane support 3865 Apr 6 10:35 Micro_time/micro_time.c -rw-rw-r-- 0 briane support 1300 Apr 6 13:27 Micro_time/main.c -rw-rw-r-- 0 briane support 203 Apr 6 15:07 Micro_time/Makefile -rw-rw-r-- 0 briane support 196 Apr 6 15:17 Micro_time/README End