-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Time method calls within a class when class is annotated with @Timed #1279
Conversation
85af7f2
to
d59e86c
Compare
any news/updates if this is going to be merged? |
any update on this one? |
Hello all. Is there any chance this PR can make it into the branch? I find it extremely useful, and it's much less confusing to make |
@sabouri Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks @sabouri. Would you be willing to sign the CLA so we can accept your contribution?
@sabouri Thank you for signing the Contributor License Agreement! |
Assuming that when a class is annotated @timed, the expected behavior is to measure all methods of the class, this PR adds an advice to perform just that.
Resolves #493