| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix duplicated words and typos in comments and user guide | Jan Hrček | 2020-06-28 | 1 | -3/+3 |
* | rts: Report nonmoving collector statistics in machine-readable output | Ben Gamari | 2020-03-05 | 1 | -0/+20 |
* | Stats: Add sync pauses to +RTS -S output | Ben Gamari | 2020-03-05 | 1 | -0/+3 |
* | nonmoving-gc: Track time usage of nonmoving marking | Ben Gamari | 2020-03-05 | 1 | -16/+174 |
* | Fix typos, via a Levenshtein-style corrector | Brian Wignall | 2020-01-04 | 1 | -1/+1 |
* | rts: retainer: Reduce DEBUG_RETAINER ifdef noise | Daniel Gröber | 2019-09-22 | 1 | -4/+0 |
* | rts: retainer: Remove cStackSize debug counter | Daniel Gröber | 2019-09-22 | 1 | -2/+0 |
* | Print the correct system memory in use with +RTS -s (#17158) | Pranay Sashank | 2019-09-12 | 1 | -2/+2 |
* | rts: Properly free the RTSSummaryStats structure | Ömer Sinan Ağacan | 2019-05-03 | 1 | -6/+4 |
* | Fix negative mutator time in GC stats in prof builds | Ömer Sinan Ağacan | 2019-01-12 | 1 | -49/+65 |
* | Add missing space in report_summary output | Adam Sandberg Eriksson | 2018-12-07 | 1 | -1/+1 |
* | rts: fix format arguments for debugBelch calls on 32-bit systems | Sergei Trofimovich | 2018-04-19 | 1 | -1/+1 |
* | rts: One last formatting string fix | Ben Gamari | 2018-03-29 | 1 | -1/+1 |
* | More format string fixes | Ben Gamari | 2018-03-27 | 1 | -5/+5 |
* | rts: Fix profiled build after D4529 | Ben Gamari | 2018-03-27 | 1 | -4/+4 |
* | rts, base: Refactor stats.c to improve --machine-readable report | Douglas Wilson | 2018-03-26 | 1 | -302/+619 |
* | Revert "rts, base: Refactor stats.c to improve --machine-readable report" | Ben Gamari | 2018-03-20 | 1 | -619/+302 |
* | rts, base: Refactor stats.c to improve --machine-readable report | Douglas Wilson | 2018-03-19 | 1 | -302/+619 |
* | rts: Add --internal-counters RTS flag and several counters | Douglas Wilson | 2018-03-19 | 1 | -11/+178 |
* | [rts] Adjust whitehole_spin | Douglas Wilson | 2018-01-21 | 1 | -2/+3 |
* | rts: Fix inconsistencies in how retainer and heap censuses are timed. | Douglas Wilson | 2017-11-21 | 1 | -3/+3 |
* | rts: Fix gc timing | Douglas Wilson | 2017-11-15 | 1 | -16/+21 |
* | Fix Work Balance computation in RTS stats | Douglas Wilson | 2017-07-11 | 1 | -6/+91 |
* | rts: Always collect stats | Ben Gamari | 2017-06-26 | 1 | -58/+66 |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 1 | -13/+13 |
* | rts: Fix stat output on 32-bit platforms | Ben Gamari | 2017-03-26 | 1 | -25/+33 |
* | Fix Win32 x86 build validation after D2756 | Tamar Christina | 2016-12-13 | 1 | -1/+1 |
* | Overhaul of Compact Regions (#12455) | Simon Marlow | 2016-12-07 | 1 | -9/+13 |
* | Overhaul GC stats | Simon Marlow | 2016-12-06 | 1 | -220/+217 |
* | Use C99's bool | Ben Gamari | 2016-11-29 | 1 | -24/+10 |
* | Add mblocks_allocated to GC stats API | Bartosz Nitka | 2016-07-27 | 1 | -0/+1 |
* | Fix productivity calculation (#12424) | Simon Marlow | 2016-07-26 | 1 | -2/+2 |
* | {,M}BLOCK_SIZE_W * sizeof(W_) -> {,M}BLOCK_SIZE | Tomas Carnecky | 2016-05-19 | 1 | -2/+2 |
* | Use stdint types for Stg{Word,Int}{8,16,32,64} | Tomas Carnecky | 2016-05-10 | 1 | -3/+3 |
* | rts: Replace `nat` with `uint32_t` | Erik de Castro Lopo | 2016-05-05 | 1 | -14/+14 |
* | rts: drop unused mut_user_time_during_heap_census | Sergei Trofimovich | 2016-02-07 | 1 | -6/+1 |
* | rts: Kill PAPI support | Ben Gamari | 2015-11-18 | 1 | -47/+1 |
* | Replace hooks by callbacks in RtsConfig (#8785) | Simon Marlow | 2015-04-07 | 1 | -1/+25 |
* | Make clearNursery free | Simon Marlow | 2014-11-25 | 1 | -20/+1 |
* | [skip ci] rts: Detabify Stats.c | Austin Seipp | 2014-10-21 | 1 | -140/+140 |
* | 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 |
* | Increase precision of timings reported by RTS | Herbert Valerio Riedel | 2014-07-28 | 1 | -20/+20 |
* | Avoid unnecessary clock_gettime() syscalls in GC stats. | Brian Brooks | 2014-07-10 | 1 | -43/+2 |
* | Fix compiler warnings due to integer size mismatch | Christopher Rodrigues | 2013-12-04 | 1 | -2/+2 |
* | rts: Add casts to prevent compiler warnings in printfs. | Erik de Castro Lopo | 2013-10-28 | 1 | -1/+1 |
* | Don't move Capabilities in setNumCapabilities (#8209) | Simon Marlow | 2013-09-04 | 1 | -17/+17 |
* | Simplify the allocation stats accounting | Simon Marlow | 2013-02-14 | 1 | -27/+44 |
* | More OS X build fixes | Ian Lynagh | 2012-09-14 | 1 | -6/+6 |
* | Deprecate lnat, and use StgWord instead | Simon Marlow | 2012-09-07 | 1 | -17/+17 |