• 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

Regarding JProfiler!

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I need to know about JProfiler , actually i had never used any profiler ... and being a Java developer i come across to know that Jprofiler used to increase the execution of Java program.. is it so .. could anyone please help me regarding it.
Regards
Samir Swarup
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Samir Swarup wrote: i come across to know that Jprofiler used to increase the execution of Java program..


It's used to "profile" your application. It presents reports (like any other profiler) about your application's memory usage, execution time in methods and various other metrics. Based on these reports you can then fix your application for it to perform better.
 
reply
    Bookmark Topic Watch Topic
  • New Topic