| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix negative mutator time in GC stats in prof builds | Ömer Sinan Ağacan | 2019-01-12 | 1 | -0/+1 |
* | rts: Fix profiled build after D4529 | Ben Gamari | 2018-03-27 | 1 | -0/+2 |
* | rts, base: Refactor stats.c to improve --machine-readable report | Douglas Wilson | 2018-03-26 | 1 | -0/+45 |
* | Revert "rts, base: Refactor stats.c to improve --machine-readable report" | Ben Gamari | 2018-03-20 | 1 | -45/+0 |
* | rts, base: Refactor stats.c to improve --machine-readable report | Douglas Wilson | 2018-03-19 | 1 | -0/+45 |
* | rts: Add --internal-counters RTS flag and several counters | Douglas Wilson | 2018-03-19 | 1 | -1/+4 |
* | Fix Work Balance computation in RTS stats | Douglas Wilson | 2017-07-11 | 1 | -1/+1 |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 1 | -2/+2 |
* | cpp: Use #pragma once instead of #ifndef guards | Ben Gamari | 2017-04-23 | 1 | -4/+1 |
* | Overhaul GC stats | Simon Marlow | 2016-12-06 | 1 | -1/+1 |
* | rts: Replace `nat` with `uint32_t` | Erik de Castro Lopo | 2016-05-05 | 1 | -5/+5 |
* | rts: drop unused mut_user_time_during_heap_census | Sergei Trofimovich | 2016-02-07 | 1 | -5/+0 |
* | rts: Kill PAPI support | Ben Gamari | 2015-11-18 | 1 | -6/+2 |
* | Replace hooks by callbacks in RtsConfig (#8785) | Simon Marlow | 2015-04-07 | 1 | -0/+1 |
* | Revert "rts: add Emacs 'Local Variables' to every .c file" | Simon Marlow | 2014-09-29 | 1 | -8/+0 |
* | rts: add Emacs 'Local Variables' to every .c file | Austin Seipp | 2014-07-28 | 1 | -0/+8 |
* | Avoid unnecessary clock_gettime() syscalls in GC stats. | Brian Brooks | 2014-07-10 | 1 | -3/+0 |
* | Simplify the allocation stats accounting | Simon Marlow | 2013-02-14 | 1 | -2/+2 |
* | make it safe to include this after GCTDecl.h | Simon Marlow | 2013-01-17 | 1 | -4/+4 |
* | Deprecate lnat, and use StgWord instead | Simon Marlow | 2012-09-07 | 1 | -2/+2 |
* | OS X build fixes | Ian Lynagh | 2012-04-26 | 1 | -1/+10 |
* | Fix warnings on Win64 | Ian Lynagh | 2012-04-26 | 1 | -1/+1 |
* | Fix the timestamps in GC_START and GC_END events on the GC-initiating cap | Mikolaj | 2012-04-04 | 1 | -1/+1 |
* | Add new eventlog events for various heap and GC statistics | Duncan Coutts | 2012-04-04 | 1 | -3/+3 |
* | Time handling overhaul | Simon Marlow | 2011-11-25 | 1 | -3/+3 |
* | Remove prototype to mut_user_time_during_GC | Ian Lynagh | 2011-07-24 | 1 | -1/+0 |
* | Fix heap profiling times | Ian Lynagh | 2011-07-24 | 1 | -0/+1 |
* | Refactoring and tidy up | Simon Marlow | 2011-04-11 | 1 | -4/+9 |
* | Make getAllocations() visible | Simon Marlow | 2010-06-17 | 1 | -2/+0 |
* | Fix the symbol visibility pragmas | Simon Marlow | 2010-06-17 | 1 | -2/+2 |
* | Refactoring only | Simon Marlow | 2009-12-02 | 1 | -0/+2 |
* | Omit visibility pragmas on Windows (fixes warnings/validate failures) | Simon Marlow | 2009-09-09 | 1 | -2/+2 |
* | Declare RTS-private prototypes with __attribute__((visibility("hidden"))) | Simon Marlow | 2009-08-05 | 1 | -0/+3 |
* | RTS tidyup sweep, first phase | Simon Marlow | 2009-08-02 | 1 | -1/+0 |
* | calculate and report slop (wasted space at the end of blocks) | Simon Marlow | 2008-04-16 | 1 | -2/+3 |
* | improvements to +RTS -s output | Simon Marlow | 2008-04-16 | 1 | -1/+2 |
* | Remove the optimisation of avoiding scavenging for certain objects | Simon Marlow | 2007-10-31 | 1 | -1/+1 |
* | Addition of PAPI to RTS | mrchebas@gmail.com | 2006-11-08 | 1 | -0/+5 |
* | New tracing interface | Simon Marlow | 2006-06-08 | 1 | -0/+1 |
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 1 | -0/+56 |