GC Blacklisting

Paulo Pinto pjmlp at progtools.org
Fri Feb 25 14:14:28 PST 2011


Hi,

I mean something like

http://visualvm.java.net/features.html
http://download.oracle.com/javase/1.5.0/docs/tooldocs/share/jstat.html
http://www.slideshare.net/guest62fd60c/eclipse-memory-analyzer-presentation

In Java's case, or in .Net's

Windows Performance Counters
http://support.microsoft.com/kb/316365
http://www.jetbrains.com/profiler/

In Go's case
http://golang.org/pkg/runtime/pprof/
http://code.google.com/p/google-perftools/

In some Unix systems you have now DTrace (maybe this one works also with D)
http://netbeans.org/kb/docs/ide/NetBeans_DTrace_GUI_Plugin_0_4.html

Or something like  MemoryScape
http://www.roguewave.com/products/totalview-family/memoryscape.aspx

Or even NightStart which also supports Ada, beside C and C++
http://real-time.ccur.com/Libraries/docs_pdf/NightStarTools.pdf

--
Paulo

"dsimcha" <dsimcha at yahoo.com> wrote in message 
news:ik8l6v$16pk$1 at digitalmars.com...
> == Quote from Paulo Pinto (pjmlp at progtools.org)'s article
>> One thing that would help, would be if it could be possible to plug into
>> D's GC like in other systems.
>> I mean the tools that allow to plugin into an existing application that
>> monitor
>> runtime activity.
>
> Can you be a little more specific about what you're asking for?  One thing 
> that
> might be nice is reviving GCStats, which allowed getting some basic 
> statistics
> about GC performance, but is not exposed and appears to have succumbed to 
> severe
> bit rot.  Other than that, I have no idea what you mean. 




More information about the Digitalmars-d mailing list