summaryrefslogtreecommitdiff
path: root/rts/posix/GetTime.c
Commit message (Expand)AuthorAgeFilesLines
* Fix GetTime.c on Darwin with clock_gettimeMisty De Meo2016-07-051-2/+2
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-051-1/+1
* Scrap IRIX supportHerbert Valerio Riedel2016-03-281-3/+3
* rts: drop unused getThreadCPUTimeSergei Trofimovich2016-02-071-30/+0
* rts: Kill PAPI supportBen Gamari2015-11-181-24/+5
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* rts: delint/detab/dewhitespace GetTime.cAustin Seipp2014-07-281-19/+26
* Test return value of clock_gettime() for errors.Simon Marlow2014-04-041-3/+13
* More OS X build fixesIan Lynagh2012-09-141-1/+1
* Fix problems with getMonotonicNSec on OS XIan Lynagh2012-05-261-3/+5
* Move getMonotonicUSec from base to the RTS.Paolo Capriotti2012-05-081-12/+24
* Use monotonic time function for darwin (#5865)Paolo Capriotti2012-04-161-0/+11
* Use monotonic clock in Select.c (#5865)Paolo Capriotti2012-04-161-12/+9
* 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