Performance profiler for a java application
Posted
by Nitin Garg
on Stack Overflow
See other posts from Stack Overflow
or by Nitin Garg
Published on 2010-06-14T07:31:25Z
Indexed on
2010/06/14
7:32 UTC
Read the original article
Hit count: 415
I need to optimize a java application. It makes some 3rd party calls. I need some good tool to accurately measure the time taken by individual api calls. To give an idea of complexity- the application takes a data source file containing 10 lakh rows, and it takes around one hour to complete the processing. As a part of processing , it makes some 3rd party calls (including some network calls). I need to identify which calls are taking more time then others, and based on that, find out a way to optimize the application. Any suggestions would be appreciated.
© Stack Overflow or respective owner