I have a C# project that uses a lot of functions. I want to make a simple test with stopwatch. But I don't want to add stopwatch to every function one by one.
I am looking for a way to add stopwatch to each function.
I don't have to use stopwatch, even simple timer would do the job. I just need to know how to add stopwatch, timer etc to each function without repeating same process.
Thanks for help.