digitalmars.D.learn - Easy way to monitor gc activity?
- Tofu Ninja (9/9) Nov 12 2014 Basicly what the title said.
- thedeemon (4/5) Nov 12 2014 Here's mine:
- Tofu Ninja (4/10) Nov 12 2014 This is exactly what I needed... you... are... awesome
- Israel (2/8) Nov 12 2014 Wow, im bookmarking this.
Basicly what the title said. What is an easy way to monitor gc activity? I am finding it hard to know when and where the gc is running and how much. Preferably I would like a way to do it in app so I can make adjustments based on gc load. Also I would prefer to not have to recompile the runtime if I can avoid it. -Tofu
Nov 12 2014
On Wednesday, 12 November 2014 at 10:43:32 UTC, Tofu Ninja wrote:What is an easy way to monitor gc activity?Here's mine: https://bitbucket.org/infognition/dstuff/src/ A little module that allows you to track all GC allocations.
Nov 12 2014
On Wednesday, 12 November 2014 at 11:29:01 UTC, thedeemon wrote:On Wednesday, 12 November 2014 at 10:43:32 UTC, Tofu Ninja wrote:This is exactly what I needed... you... are... awesome Thanks man -TofuWhat is an easy way to monitor gc activity?Here's mine: https://bitbucket.org/infognition/dstuff/src/ A little module that allows you to track all GC allocations.
Nov 12 2014
On Wednesday, 12 November 2014 at 11:29:01 UTC, thedeemon wrote:On Wednesday, 12 November 2014 at 10:43:32 UTC, Tofu Ninja wrote:Wow, im bookmarking this.What is an easy way to monitor gc activity?Here's mine: https://bitbucket.org/infognition/dstuff/src/ A little module that allows you to track all GC allocations.
Nov 12 2014