summaryrefslogtreecommitdiff
path: root/rts/GetTime.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/GetTime.h')
-rw-r--r--rts/GetTime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/GetTime.h b/rts/GetTime.h
index 97f499cd6c..5bff00c9cb 100644
--- a/rts/GetTime.h
+++ b/rts/GetTime.h
@@ -13,6 +13,7 @@
void initializeTimer (void);
Time getProcessCPUTime (void);
+Time getCurrentThreadCPUTime (void);
void getProcessTimes (Time *user, Time *elapsed);
/* Get the current date and time.