Calculate the Execution time of a Function in C# , Razor View, Aspx View
My previous article was on the how to do the performance profiling with Visual Studio. Using Visual Studio analyze tool we can profile a function , dynamic link library, project and solution.
Link of - Performance Profiling with Visual Studio
Requirements :
Link of - Performance Profiling with Visual Studio
Requirements :
- However if we want to see execution for a particular function , you definitely don't want to run the profiler for that.Although profiler is more sophisticated way.
- if you have any loop on your razor / aspx view of asp.net application ,through profile it wolld be difficult to calculate the time of that loop.