aboutsummaryrefslogtreecommitdiffstats
path: root/src/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/timer.h')
-rw-r--r--src/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timer.h b/src/timer.h
index 61eaeb56f..7e84d9071 100644
--- a/src/timer.h
+++ b/src/timer.h
@@ -41,6 +41,6 @@ void timer_add(Timer *timer, int size);
void timer_sync(Timer *timer);
-int timer_get_runtime_ms(Timer *timer);
+uint64_t timer_get_runtime_us(Timer *timer);
#endif