summaryrefslogtreecommitdiff
path: root/rts/Stats.c
Commit message (Expand)AuthorAgeFilesLines
* Add a --machine-readable RTS flagIan Lynagh2008-11-231-2/+22
* Use mutator threads to do GC, instead of having a separate pool of GC threadsSimon Marlow2008-11-211-2/+2
* Refactoring and reorganisation of the schedulerSimon Marlow2008-10-221-0/+15
* move the spinlock counts inside +RTS -SSimon Marlow2008-06-031-16/+15
* Reorganisation to fix problems related to the gct register variableSimon Marlow2008-04-161-2/+0
* faster block allocator, by dividing the free list into bucketsSimon Marlow2008-04-161-2/+4
* calculate and report slop (wasted space at the end of blocks)Simon Marlow2008-04-161-3/+58
* improvements to +RTS -s outputSimon Marlow2008-04-161-9/+26
* Keep track of an accurate count of live words in each stepSimon Marlow2008-04-161-14/+20
* GC: move static object processinng into thread-local storageSimon Marlow2008-04-161-1/+0
* stats fixesSimon Marlow2008-04-161-19/+23
* Add +RTS -vg flag for requesting some GC trace messages, outside DEBUGSimon Marlow2008-04-161-2/+0
* Add profiling of spinlocksSimon Marlow2008-04-161-0/+20
* use "MB" rather than "Mb" for abbreviating megabytessimonmar@microsoft.com2007-12-181-1/+1
* calculate wastage due to unused memory at the end of each blocksimonmar@microsoft.com2007-12-141-5/+1
* stats: print elapsed time for GC in each generationsimonmar@microsoft.com2007-11-221-2/+10
* improvements to PAPI supportsimonmar@microsoft.com2007-11-201-1/+5
* Refactor PAPI support, and add profiling of multithreaded GCSimon Marlow2007-10-311-12/+1
* Remove the optimisation of avoiding scavenging for certain objectsSimon Marlow2007-10-311-10/+3
* Pointer TaggingSimon Marlow2007-07-271-0/+55
* One more PAPI measurement, dropped precise cycle counting and replaced it wit...Alexey Rodriguez2006-12-211-0/+2
* Addition of PAPI to RTSmrchebas@gmail.com2006-11-081-4/+54
* count mut-list bytes, not wordsSimon Marlow2006-10-271-3/+3
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-1/+1
* Remember to free() memory on exitSimon Marlow2006-08-081-0/+3
* New tracing interfaceSimon Marlow2006-06-081-0/+5
* fix a warningSimon Marlow2006-04-271-1/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+632