Reputation: 1527
I need a plugin for Visual Studio 2008 or some external tool to measure duration of my C# methods. I know about built in profiler, but it measures the whole usage percent that method takes from the application start to the end.
I have a method which is a root. I need to know how long other methods called from the root are executing including all methods in the call stack of this root. Each time the root is called a new result set should be presented.
If I am wrong about VS profiler, please correct me.
UPDATE Freeware is more likely.
Upvotes: 0
Views: 880