• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JProbe vs. Optimizeit

 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am evaluating these two performance tunning products. I am new to all the 2.
I did find Optimizeit easy to use , what is not the case of JProbe that takes a lot of memory to run. But I am more interrested in the feature side of things.
Thanks for your comments !
 
Ranch Hand
Posts: 1140
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Both provide more or less the same features.
But JProbe allows you to look at the profiling data in many different ways.
For example, there is only one way (if I'm right) to look at the CPU Profiling (as a method call tree with nodes displaying the percentage of time).
But JProbe displays the same CPU Profiling data in several forms.
If you want to get started quickly, OptimizeIt is the choice.
But JProbe is better in presentation (and has few additional features too). But the learning curve for JProbe is slightly more than OptimizeIt.
Hope this helps.
 
Author
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What I tend to look for is loci of object creation and loci of cpu consumption. IMHO, the views that JProbe supplies are much better at letting me look at an execution profile and determine where the loci exist. But, this is a personal preference so....
You may want to check out the tools section of thissite for more information.
 
reply
    Bookmark Topic Watch Topic
  • New Topic