1
I need to create a class to intercept the methods of a certain class in order to monitor the execution time, to find out where the bottleneck of my transactions is.
1
I need to create a class to intercept the methods of a certain class in order to monitor the execution time, to find out where the bottleneck of my transactions is.
4
What you want is a software Profiling.
You will not be able to do something directly in the code that works properly and does not bring other problems.
Some examples:
Each has its own advantage and more specific utility. There are several other paid options and now that you know what it is you can search for on your own.
Unfortunately most are not easily accessible anymore. Consider products virtually abandoned, and disregard them, use the name to research and see if it’s worth it for your case yet insist on it.
Browser other questions tagged java profiling
You are not signed in. Login or sign up in order to post.
Use Profiling tools as reported by Bigown.
– Marco Antonio Quintal
Take a look at [tour]. You can accept an answer if it solved your problem. You can vote on every post on the site as well. Did any help you more? You need something to be improved?
– Maniero