Hi,
I am encountering issues where I need to see how long certain pieces of code run in my web app.
I can System.out timestamps, but perhaps someone could recommend a better, more efficient way?
Thanks.
Printable View
Hi,
I am encountering issues where I need to see how long certain pieces of code run in my web app.
I can System.out timestamps, but perhaps someone could recommend a better, more efficient way?
Thanks.
Sounds like you want a Profiler. Google for "Java Profiler" and you will find plenty, both free and commercial.