Re: How to identify frequently accessed methods, functions, events?
From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 03/22/05
- Next message: Arnold: "MS Access --> MS Streets & Trips"
- Previous message: Jon Skeet [C# MVP]: "Re: How to do a build in the background with command prompt"
- In reply to: Justin: "How to identify frequently accessed methods, functions, events?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 22 Mar 2005 07:02:38 -0000
Justin <justin@gjsoft.com> wrote:
> I am developing a windows application, which consists of few projects with
> many methods, functions, events etc., Is there any "tool" available with
> VS.net to find the total number of times each method, function, events are
> executed?
I use NCover (http://www.ncover.org/) for coverage testing, but it also
gives "hit" counts so you could use that to find bottlenecks.
-- Jon Skeet - <skeet@pobox.com> http://www.pobox.com/~skeet If replying to the group, please do not mail me too
- Next message: Arnold: "MS Access --> MS Streets & Trips"
- Previous message: Jon Skeet [C# MVP]: "Re: How to do a build in the background with command prompt"
- In reply to: Justin: "How to identify frequently accessed methods, functions, events?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|