could someone help me to find out how to get the time of execution time of c# methods when i run the application.
if i use clr profiler , i can get object allocation details.
but i am looking for methods or lines of code which took long time to execute.