Simone Giannecchini ha scritto: > I don't want to be tedious but I think that before saying +1 we should > probably ask all active developers if they have any similar software > to suggest and probably write a couple of lines saying why that > software is so good :-) (I'd do the same for YourKit).
Fair enough. At the moment I'm using the integrated hprof profiler and an old version of hpjmeter to parse the generated text file after hand fixing it by hand. Problems with this solution: overestimation of the time needed to create new objects, full run is profiled, you see the results only after the fact. Also, HPJMeter 2.0 is not compatible with hprof output anymore and seems to be much more heaviweight (I'm using 1.6 to parse the hprof output). On the contrary, yourkit is fast, integrated with Eclipse (but can also run standalone), can profile interactively (start/stop profile so that you can profile just a part of the whole run). Free alternatives I've considered: * TPTP: this one is a joke, too slow to be used, slows down the profiled application by a factor of 100 * Netbeans profiler: integrated in Netbeans, won't use it (yourkit works standalone too). Yourkit seems to me the path of least resistance. If you have experience with other free profilers speak up. Cheers Andrea ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
