Print statistics at power off.
[pintos-anon] / src / devices / timer.h
index db76f6d3456345f9380dfdf880f314210cbe4b81..59f7c9a57835dc6fbc523b47c4cdd3d086119a17 100644 (file)
@@ -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 */