summaryrefslogtreecommitdiff
path: root/rts/Profiling.c
Commit message (Expand)AuthorAgeFilesLines
* More changes aimed at improving call stacks.Simon Marlow2011-12-021-7/+7
* Forgot an initMutex(); fixes profthreaded failures on WindowsSimon Marlow2011-12-011-0/+4
* Make profiling work with multiple capabilities (+RTS -N)Simon Marlow2011-11-291-45/+91
* Time handling overhaulSimon Marlow2011-11-251-4/+4
* +RTS -xc: print a the closure type of the exception tooSimon Marlow2011-11-141-2/+22
* get the column widths right for Unicode SCC labels/modulesSimon Marlow2011-11-081-7/+29
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-021-574/+626
* Change the way module initialisation is done (#3252, #4417)Simon Marlow2011-04-121-40/+28
* Scale columns in cost-centre-stack report to their contentsMax Bolingbroke2011-02-161-12/+48
* Fix profiling output; spotted by jlouisIan Lynagh2010-05-251-1/+1
* Use StgWord64 instead of ullongIan Lynagh2010-04-211-2/+2
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-3/+1
* FIX #1955: confusion between .exe.hp and .hp suffixes for heap profilesSimon Marlow2008-05-191-5/+20
* FIX #2234: don't generate <prog>.prof unless we're going to put something in itSimon Marlow2008-05-121-27/+37
* Free more things that we allocate2006-12-16Ian Lynagh2006-12-151-0/+6
* remove unused includes, now that Storage.h & Stable.h are included by Rts.hSimon Marlow2006-11-151-1/+0
* Fix warnings traceBegin/traceEnd implicitly declaredIan Lynagh2006-09-101-0/+4
* new RTS flag: -V to modify the resolution of the RTS timerIan Lynagh2006-09-051-3/+5
* #807: Removed double fclose of prof_fileIan Lynagh2006-07-081-2/+0
* New tracing interfaceSimon Marlow2006-06-081-5/+6
* fix warningsSimon Marlow2006-06-081-9/+11
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+941