test harness for timer. More...
#include <stdio.h>
#include <stdlib.h>
#include "x86timer.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
test harness for timer.
Definition in file timertest.c.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
inits library
Definition at line 10 of file timertest.c.
References cpu_delay_awhile(), get_cpu_clock_speed(), get_cpu_ticks(), and get_elapsed_microseconds().