Fody/MethodTimer

TimeAttribute for class and TimeIgnoreAttribute

minhhungit opened this issue · 5 comments

Hello team, sometime I need to check time for all methods of a specific class. I don't know if we supported something like that before
If we did not, can we support it.
Thank you!

yes TimeAttribute can be added at the class level. not sure what you mean by TimeIgnoreAttribute?

BTW To be raising issues you should be a patron of Fody. Any issues raised by non Patrons may not be actively triaged, and eventually closed as stale.

@SimonCropp Thank for you quick reply

TimeIgnoreAttribute

This will ignore methods that we don't want to track time (in case TimeAttribute is placed in top of class )

in that case TimeIgnoreAttribute is not currently supported

@SimonCropp thank you for your information, hope we will support it soon 👍

I am happy to accept PR once you become a patron