malloclab start
This commit is contained in:
10
malloclab/clock.h
Normal file
10
malloclab/clock.h
Normal file
@@ -0,0 +1,10 @@
|
||||
/* Routines for using cycle counter */
|
||||
|
||||
/* Start the counter */
|
||||
void start_counter(void);
|
||||
|
||||
/* Get # cycles since counter started */
|
||||
double get_counter(void);
|
||||
|
||||
double mhz(int verbose);
|
||||
void make_CPU_busy(void);
|
||||
Reference in New Issue
Block a user