| Commit message (Expand) | Author | Age | Files | Lines |
* | eventlog: Dump cost centre stack on each samplewip/ccs-sample-events | Matthew Pickering | 2019-10-16 | 1 | -1/+19 |
* | rts: Always truncate output files | Ben Gamari | 2019-08-02 | 1 | -1/+1 |
* | rts: Rename the nondescript initProfiling2 to refreshProfilingCCSs | Daniel Gröber | 2019-07-16 | 1 | -2/+2 |
* | rts: Divorce init of Heap profiler from CCS profiler | Daniel Gröber | 2019-07-16 | 1 | -23/+0 |
* | Documentation and refactoring in CCS related code | Ömer Sinan Ağacan | 2019-01-12 | 1 | -30/+56 |
* | Implement a sanity check for CCS fields in profiling builds | Ömer Sinan Ağacan | 2019-01-10 | 1 | -0/+4 |
* | Minor refactoring and documentation in profiling RTS code | Ömer Sinan Ağacan | 2019-01-03 | 1 | -41/+20 |
* | Remove MAX_PATH restrictions from RTS, I/O manager and various utilities | Tamar Christina | 2018-03-31 | 1 | -2/+3 |
* | Speed up compilation of profiling stubs | Ben Gamari | 2017-08-16 | 1 | -0/+19 |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 1 | -8/+8 |
* | rts: Fix build | Ben Gamari | 2017-02-28 | 1 | -0/+1 |
* | rts: Allow profile output path to be specified on RTS command line | Ben Gamari | 2017-02-28 | 1 | -16/+23 |
* | JSON profiler reports | Ben Gamari | 2017-02-23 | 1 | -1/+23 |
* | rts/Profiling: Factor out report generation | Ben Gamari | 2017-02-11 | 1 | -314/+8 |
* | rts/Profiling: Kill a few globals and add consts | Ben Gamari | 2017-02-11 | 1 | -50/+63 |
* | More fixes for #5654 | Simon Marlow | 2017-01-06 | 1 | -1/+5 |
* | Use C99's bool | Ben Gamari | 2016-11-29 | 1 | -18/+10 |
* | Remove CONSTR_STATIC | Simon Marlow | 2016-11-14 | 1 | -2/+1 |
* | Show sources of cost centers in .prof | Ömer Sinan Ağacan | 2016-06-08 | 1 | -18/+94 |
* | rts: More const correct-ness fixes | Erik de Castro Lopo | 2016-05-18 | 1 | -3/+3 |
* | rts: Replace `nat` with `uint32_t` | Erik de Castro Lopo | 2016-05-05 | 1 | -25/+26 |
* | rts: mark 'ccs_mutex' and 'prof_arena' as static | Sergei Trofimovich | 2016-02-07 | 1 | -2/+2 |
* | Fix the Windows build | Thomas Miedema | 2016-01-29 | 1 | -1/+1 |
* | Fix segmentation fault when .prof file not writeable | Thomas Miedema | 2016-01-26 | 1 | -8/+5 |
* | Maintain cost-centre stacks in the interpreter | Simon Marlow | 2015-12-21 | 1 | -0/+9 |
* | Make GHCi & TH work when the compiler is built with -prof | Simon Marlow | 2015-11-07 | 1 | -22/+25 |
* | Stop profiling output from running together (#8811) | Dave Laing | 2015-04-06 | 1 | -20/+54 |
* | [skip ci] rts: Detabify Profiling.c | Austin Seipp | 2014-10-21 | 1 | -49/+49 |
* | 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 |
* | remove redundant condition checking in profiling RTS code | osa1 | 2014-07-02 | 1 | -4/+2 |
* | Remove deprecated _scc_ (#8170) | Krzysztof Gogolewski | 2013-10-05 | 1 | -1/+1 |
* | Don't move Capabilities in setNumCapabilities (#8209) | Simon Marlow | 2013-09-04 | 1 | -1/+1 |
* | fprintCCS_stderr: untag the exception (#7319) | Simon Marlow | 2012-10-25 | 1 | -1/+1 |
* | Fix a silly bug that would cause -xc to print less than useful information | Simon Marlow | 2012-10-23 | 1 | -1/+3 |
* | Deprecate lnat, and use StgWord instead | Simon Marlow | 2012-09-07 | 1 | -1/+1 |
* | Profiling: open .prof when -hr<cc> is specified | Takano Akio | 2012-08-20 | 1 | -1/+2 |
* | Profiling: don't report IDLE time by default | Simon Marlow | 2012-07-11 | 1 | -2/+4 |
* | More changes aimed at improving call stacks. | Simon Marlow | 2011-12-02 | 1 | -7/+7 |
* | Forgot an initMutex(); fixes profthreaded failures on Windows | Simon Marlow | 2011-12-01 | 1 | -0/+4 |
* | Make profiling work with multiple capabilities (+RTS -N) | Simon Marlow | 2011-11-29 | 1 | -45/+91 |
* | Time handling overhaul | Simon Marlow | 2011-11-25 | 1 | -4/+4 |
* | +RTS -xc: print a the closure type of the exception too | Simon Marlow | 2011-11-14 | 1 | -2/+22 |
* | get the column widths right for Unicode SCC labels/modules | Simon Marlow | 2011-11-08 | 1 | -7/+29 |
* | Overhaul of infrastructure for profiling, coverage (HPC) and breakpoints | Simon Marlow | 2011-11-02 | 1 | -574/+626 |
* | Change the way module initialisation is done (#3252, #4417) | Simon Marlow | 2011-04-12 | 1 | -40/+28 |
* | Scale columns in cost-centre-stack report to their contents | Max Bolingbroke | 2011-02-16 | 1 | -12/+48 |
* | Fix profiling output; spotted by jlouis | Ian Lynagh | 2010-05-25 | 1 | -1/+1 |
* | Use StgWord64 instead of ullong | Ian Lynagh | 2010-04-21 | 1 | -2/+2 |
* | RTS tidyup sweep, first phase | Simon Marlow | 2009-08-02 | 1 | -3/+1 |