Bingo! NetBeans’ profiler is very nice, thank you, and WAY easier to get started with than Eclipse, but its a GUI and you run it interactivly- good for some things, not for automated performance testing, which is what I’m trying to set up. Well, turns out HProf (Heap Profile) is a tool built into the Java Virtual Machine and available as a launch-time option whenever you run a Java program. The example on Sun’s web page profiles “javac”- pretty confident there. So I tried it on Mac OS-X and Win XP and it works just fine on both. You get percentages, not absolute times, but it gives you the total time and you can multiply out the absolute time if that’s what you really want. I must say I’m enjoying this again. Trying to get JMeter and TPTP running under Mac OS wasn’t any actual fun, since they didn’t work. In fact, having put TPTP into Ecipse, I can’t use Eclipse anymore… that’s a useful definition of software that’s not quite ready for prime time- it installs successfully, then tells you it doesn’t support your platform when you try to run with it, and it prevents your IDE from working until you figure out how to remove it. Joke’s on me, eh?
Archives
- October 2020
- September 2020
- August 2020
- April 2020
- August 2019
- November 2018
- July 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- June 2017
- November 2016
- July 2016
- February 2015
- January 2015
- December 2014
- October 2014
- September 2014
- June 2014
- January 2014
- July 2013
- May 2013
- April 2013
- February 2013
- November 2012
- August 2012
- April 2012
- December 2011
- November 2011
- October 2011
- September 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- January 2011
- December 2010
- November 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
Blogroll
Pages
- 1996 Porsche 911 GT1 (993 based)
- Porsche 911 GT1 1996, 1997 “evo” and 1998 references
- Just the links, please: click through, cut-and-paste links that will work. In spite of me.
- Porsche 911 GT1 (993 GT1) bibliography, reference photos in print
- Web Page: List and description of Porsche 911 (993) GT1 photos from Pieter Melissen
- Web Page: List and example of Ultimate Car Page’s Porsche 911 (993) GT1 photos
- Tamiya 1/24 Porsche 911 GT1 model
- Porsche 911 GT1 1996, 1997 “evo” and 1998 references
- Air International (Air Enthusiast) Index
- Books I like to give away
- Five of my favorite John McPhee books:
- Links
- Modeling Projects Update
- Paint and finishing for model builders
- The Allen Ginsberg Knock Knock Joke
- 1996 Porsche 911 GT1 (993 based)
Well then, I got a chance to try JProfiler today and it worked really well as a GUI. That is to say, after I reloaded Snow Leopard on my Mac at work and started a new project, just abandoning my previous project which I had tried to use TPTP on…
Turns out Java runtime and JVM have precisely one profiler socket or whatever you want to call it, and having succeeded in installing JProfiler on a new project, it then supersceded the TPTP profiler on my previous project too. And the old project works again!
JProfiler documents say it has a command line interface but I haven’t had a chance to try it. If it does, its a contender, along with HProf.
NetBeans is great as a GUI but I couldn’t find a way to script it, and I haven’t yet found a way to make JProbe work. Getting plugins to work in Eclipse is easier with experience, not as obvious as it might be. Like taking apart VW Axles and CV Joints means learning how to just mess with stuff, apparently Eclipse is the same way… you just have to *mess* with it…