Intercept methods

Asked

Viewed 283 times

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

    Use Profiling tools as reported by Bigown.

  • 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?

1 answer

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

You are not signed in. Login or sign up in order to post.