diff options
author | Paolo Capriotti <p.capriotti@gmail.com> | 2012-05-08 13:05:14 +0100 |
---|---|---|
committer | Paolo Capriotti <p.capriotti@gmail.com> | 2012-05-08 13:05:14 +0100 |
commit | c04619769d5a09325d9e7f28b1382f52df6051b4 (patch) | |
tree | 9fd0679f5c60743886f49d2b8f64b23f3bf2cb28 /rts/GetTime.h | |
parent | d7bb8cd2c7d2806d01b732c412f99937240d9d02 (diff) | |
download | haskell-c04619769d5a09325d9e7f28b1382f52df6051b4.tar.gz |
Move getMonotonicUSec from base to the RTS.
Diffstat (limited to 'rts/GetTime.h')
-rw-r--r-- | rts/GetTime.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rts/GetTime.h b/rts/GetTime.h index 86c5511df9..45804aa3a9 100644 --- a/rts/GetTime.h +++ b/rts/GetTime.h @@ -11,6 +11,9 @@ #include "BeginPrivate.h" +void initializeTimer (void); +StgWord64 getMonotonicNSec (void); + Time getProcessCPUTime (void); Time getThreadCPUTime (void); Time getProcessElapsedTime (void); |