开发者

Visual Studio 2008 performance profile plugin or tool

开发者 https://www.devze.com 2023-01-29 07:40 出处:网络
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 ap

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 开发者_JS百科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.


DotTrace profiler does the trick

0

精彩评论

暂无评论...
验证码 换一张
取 消