Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-07[sgen] Dump Mark&Sweep heap occupancy.Mark Probst
For each block size dump the occupancy to the heap-dump file.
2010-08-20[scripts] Don't use saxutils in mono-heapviz.Mark Probst
Some Pythons don't have saxutils.DefaultHandler, so don't use it.
2010-04-272010-04-27 Mark Probst <mark.probst@gmail.com>Mark Probst
* sgen-gc.c, sgen-marksweep.c, sgen-major-copying.c: Support heap-dump for mark&sweep. 2010-04-27 Mark Probst <mark.probst@gmail.com> * scripts/mono-heapviz: If the major sections are too small, use a larger width. svn path=/trunk/mono/; revision=156249
2010-04-012010-04-01 Mark Probst <mark.probst@gmail.com>Mark Probst
* sgen-gc.c, sgen-pinning-stats.c: In the heap-dump, dump each pinned object. 2010-04-01 Mark Probst <mark.probst@gmail.com> * scripts/mono-heapviz: Process and output detailed pinning statistics. svn path=/trunk/mono/; revision=154620
2009-11-122009-11-12 Mark Probst <mark.probst@gmail.com>Mark Probst
* scripts/mono-heapviz: New script for generating SGen heap visualizations. * scripts/Makefile.am: mono-heapviz added. svn path=/trunk/mono/; revision=146003