summaryrefslogtreecommitdiff
path: root/rts/Profiling.c
Commit message (Expand)AuthorAgeFilesLines
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* remove redundant condition checking in profiling RTS codeosa12014-07-021-4/+2
* Remove deprecated _scc_ (#8170)Krzysztof Gogolewski2013-10-051-1/+1
* Don't move Capabilities in setNumCapabilities (#8209)Simon Marlow2013-09-041-1/+1
* fprintCCS_stderr: untag the exception (#7319)Simon Marlow2012-10-251-1/+1
* Fix a silly bug that would cause -xc to print less than useful informationSimon Marlow2012-10-231-1/+3
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-071-1/+1
* Profiling: open .prof when -hr<cc> is specifiedTakano Akio2012-08-201-1/+2
* Profiling: don't report IDLE time by defaultSimon Marlow2012-07-111-2/+4
* 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