summaryrefslogtreecommitdiff
path: root/includes/rts/prof/CCS.h
Commit message (Expand)AuthorAgeFilesLines
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-1/+1
* 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
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-4/+1
* 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/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-011-1/+1
* 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
* 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-251-1/+6
* profiling build fixesSimon Marlow2009-08-051-2/+0
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-0/+238