summaryrefslogtreecommitdiff
path: root/rts/Stats.h
Commit message (Expand)AuthorAgeFilesLines
* Replace hooks by callbacks in RtsConfig (#8785)Simon Marlow2015-04-071-0/+1
* 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
* Avoid unnecessary clock_gettime() syscalls in GC stats.Brian Brooks2014-07-101-3/+0
* Simplify the allocation stats accountingSimon Marlow2013-02-141-2/+2
* make it safe to include this after GCTDecl.hSimon Marlow2013-01-171-4/+4
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-071-2/+2
* OS X build fixesIan Lynagh2012-04-261-1/+10
* Fix warnings on Win64Ian Lynagh2012-04-261-1/+1
* Fix the timestamps in GC_START and GC_END events on the GC-initiating capMikolaj2012-04-041-1/+1
* Add new eventlog events for various heap and GC statisticsDuncan Coutts2012-04-041-3/+3
* Time handling overhaulSimon Marlow2011-11-251-3/+3
* Remove prototype to mut_user_time_during_GCIan Lynagh2011-07-241-1/+0
* Fix heap profiling timesIan Lynagh2011-07-241-0/+1
* Refactoring and tidy upSimon Marlow2011-04-111-4/+9
* Make getAllocations() visibleSimon Marlow2010-06-171-2/+0
* Fix the symbol visibility pragmasSimon Marlow2010-06-171-2/+2
* Refactoring onlySimon Marlow2009-12-021-0/+2
* Omit visibility pragmas on Windows (fixes warnings/validate failures)Simon Marlow2009-09-091-2/+2
* Declare RTS-private prototypes with __attribute__((visibility("hidden")))Simon Marlow2009-08-051-0/+3
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-1/+0
* calculate and report slop (wasted space at the end of blocks)Simon Marlow2008-04-161-2/+3
* improvements to +RTS -s outputSimon Marlow2008-04-161-1/+2
* Remove the optimisation of avoiding scavenging for certain objectsSimon Marlow2007-10-311-1/+1
* Addition of PAPI to RTSmrchebas@gmail.com2006-11-081-0/+5
* New tracing interfaceSimon Marlow2006-06-081-0/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+56