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" <[email protected]> wrote in message news:[email protected]... > == Quote from Paulo Pinto ([email protected])'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.
