Easy way to monitor gc activity?
    Tofu Ninja via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Wed Nov 12 02:43:30 PST 2014
    
    
  
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
    
    
More information about the Digitalmars-d-learn
mailing list