summaryrefslogtreecommitdiff
path: root/includes/rts/prof
Commit message (Expand)AuthorAgeFilesLines
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-101-1/+1
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-252-2/+2
* Documentation and refactoring in CCS related codeÖmer Sinan Ağacan2019-01-121-32/+0
* Minor refactoring and documentation in profiling RTS codeÖmer Sinan Ağacan2019-01-031-5/+9
* Prefer #if defined to #ifdefBen Gamari2017-04-281-2/+2
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-232-8/+2
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-051-1/+1
* Maintain cost-centre stacks in the interpreterSimon Marlow2015-12-211-0/+1
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-071-0/+2
* rts: remove old-style field designator extension (#9396)Austin Seipp2014-11-191-24/+24
* [ci skip] includes: detabify/dewhitespace rts/prof/LDV.hAustin Seipp2014-08-201-1/+1
* [ci skip] includes: detabify/dewhitespace rts/prof/CCS.hAustin Seipp2014-08-201-35/+34
* Use dynamic linking only if the GHC package is compiled with -dynamic (#8376)Simon Marlow2013-10-111-3/+0
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-012-2/+2
* Update source pointer.Edward Z. Yang2013-03-021-1/+1
* move startProfTimer() and stopProfTimer() to the public headersSimon Marlow2012-08-211-0/+9
* use idiomatic typeGabor Greif2012-07-181-2/+2
* Rename struct _CostCentreStack to struct CostCentreStack_ for consistencySimon Marlow2012-01-051-8/+8
* Fix alignment in the CostCentre struct (#5710)Simon Marlow2011-12-191-1/+1
* More changes aimed at improving call stacks.Simon Marlow2011-12-021-1/+3
* Make profiling work with multiple capabilities (+RTS -N)Simon Marlow2011-11-291-3/+4
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-021-94/+96
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-151-9/+0
* rts_isProfiled should be a visible API (fixes T2615(dyn))Simon Marlow2010-09-151-0/+3
* Tidy up file headers and copyrights; point to the wiki for docsSimon Marlow2009-08-252-2/+12
* profiling build fixesSimon Marlow2009-08-052-6/+9
* RTS tidyup sweep, first phaseSimon Marlow2009-08-022-0/+284