summaryrefslogtreecommitdiff
path: root/rts/posix/GetTime.c
Commit message (Expand)AuthorAgeFilesLines
* add a missing error checkSimon Marlow2011-12-131-0/+3
* Time handling overhaulSimon Marlow2011-11-251-21/+17
* Add rts time util getUnixEpochTimeDuncan Coutts2011-10-261-0/+16
* Fix getThreadCPUTime()Simon Marlow2010-09-131-10/+19
* Use clock_gettime (if available) to measure the process CPU timeSimon Marlow2010-09-131-4/+26
* Partial support for Haiku (#3727)Simon Marlow2009-12-211-1/+1
* Add a BeConservative setting to the make systemIan Lynagh2007-09-101-1/+1
* Check with sysconf _POSIX_THREAD_CPUTIME is available before we try to use it.Ian Lynagh2007-01-161-9/+11
* Addition of PAPI to RTSmrchebas@gmail.com2006-11-081-1/+20
* Handle clock_gettime failingIan Lynagh2006-09-271-6/+8
* Fix ~2000 second profiling time wrapping bugIan Lynagh2006-09-111-3/+3
* add sysErrorBelch() for reporting system call errorsSimon Marlow2006-08-301-1/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+141