brain_pusher
brain_pusher

Reputation: 1527

Visual Studio 2008 performance profile plugin or tool

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

Answers (1)

usr-local-ΕΨΗΕΛΩΝ
usr-local-ΕΨΗΕΛΩΝ

Reputation: 26874

DotTrace profiler does the trick

Upvotes: 1

Related Questions