X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdevices%2Ftimer.h;fp=src%2Fdevices%2Ftimer.h;h=59f7c9a57835dc6fbc523b47c4cdd3d086119a17;hb=838c30d0075a3ee0413ba4909944b37f4970a10d;hp=db76f6d3456345f9380dfdf880f314210cbe4b81;hpb=cc409b1863cc91b6a2dbfc963d221ab548132762;p=pintos-anon diff --git a/src/devices/timer.h b/src/devices/timer.h index db76f6d..59f7c9a 100644 --- a/src/devices/timer.h +++ b/src/devices/timer.h @@ -17,4 +17,6 @@ int64_t timer_ms2ticks (int64_t ms); int64_t timer_us2ticks (int64_t us); int64_t timer_ns2ticks (int64_t ns); +void timer_print_stats (void); + #endif /* devices/timer.h */