summaryrefslogtreecommitdiff
path: root/rts/Profiling.h
Commit message (Expand)AuthorAgeFilesLines
* rts: Fix various #include issuesBen Gamari2022-04-061-2/+2
* rts: Rename the nondescript initProfiling2 to refreshProfilingCCSsDaniel Gröber2019-07-161-1/+1
* Implement a sanity check for CCS fields in profiling buildsÖmer Sinan Ağacan2019-01-101-0/+6
* Prefer #if defined to #ifdefBen Gamari2017-04-281-3/+3
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-4/+1
* rts/Profiling: Factor out report generationBen Gamari2017-02-111-4/+7
* rts/Profiling: Kill a few globals and add constsBen Gamari2017-02-111-1/+7
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-071-1/+1
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* +RTS -xc: print a the closure type of the exception tooSimon Marlow2011-11-141-1/+1
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-021-2/+1
* Fix gcc 4.6 warnings; fixes #5176Ian Lynagh2011-06-251-0/+7
* Change the way module initialisation is done (#3252, #4417)Simon Marlow2011-04-121-1/+1
* Fix the symbol visibility pragmasSimon Marlow2010-06-171-2/+2
* Omit visibility pragmas on Windows (fixes warnings/validate failures)Simon Marlow2009-09-091-2/+2
* Declare RTS-private prototypes with __attribute__((visibility("hidden")))Simon Marlow2009-08-051-4/+8
* Basic heap profile support without -profSimon Marlow2007-04-271-6/+4
* Free more things that we allocate2006-12-16Ian Lynagh2006-12-151-0/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+39