summaryrefslogtreecommitdiff
path: root/rts/Ticky.c
Commit message (Expand)AuthorAgeFilesLines
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Implement cardinality analysisSimon Peyton Jones2013-06-061-7/+8
* added ticky counters for heap and stack checksNicolas Frisby2013-04-111-0/+3
* ticky enhancementsNicolas Frisby2013-03-291-53/+72
* Fix warnings on Win64Ian Lynagh2012-04-261-13/+13
* remove TICK_GC_WORDS_COPIED, the GC stats give us the same thingSimon Marlow2009-09-281-4/+0
* fix warningsSimon Marlow2009-09-231-3/+3
* Fix #3439: -debug implies -ticky, and -ticky code links with any RTSSimon Marlow2009-09-181-15/+19
* Fix ticky buildSimon Marlow2009-08-061-1/+0
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-1/+1
* Remove old GUM/GranSim codeSimon Marlow2009-06-021-59/+0
* Fix a couple of format strings in Ticky.cIan Lynagh2008-04-251-1/+1
* Comment out some unused code in Ticky.cIan Lynagh2008-04-251-1/+8
* Avoid segfault when ticky file argument is stderrTim Chevalier2007-04-261-0/+8
* Remove vectored returns.Simon Marlow2007-02-281-17/+0
* Lightweight ticky-ticky profilingKirsten Chevalier2007-02-071-2/+34
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+628