X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdevices%2Ftimer.h;h=59f7c9a57835dc6fbc523b47c4cdd3d086119a17;hb=34a1a2cf11500505e74ae5796e88de0d8de00958;hp=db76f6d3456345f9380dfdf880f314210cbe4b81;hpb=12b454b1c121689f8b51e4d71403613f71eb0b4c;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 */