|
-
Aug 24th, 2009, 10:50 AM
#1
Thread Starter
Fanatic Member
how to profile the list of methods executed in the library project
VS2008 Performance Analyser:
Hi,
I have a client application which is a Windows Forms UI, but also have few library projects one of which is AMS_038 library project.
I use Instrumentation method for collecting analysis data. In order to launch the analysis session I choose my UI wiform project as the project to profile. Here is the problem:
The report gives me only the methods up to the entry method in my library project, a method called: GetPointOfCall, the report gives me all the metrics for that method, Time Inclusive...etc but never goes beyondf that first method in the library project.
But me, I want the stack of the methods called by that one, meaning: I want all those methods that are located in the library project so I can see where the bottleneck lies. The problem is that the report stops at the first entry in my library proejct.
Pls, How do I get the report to give me the metrics for the methods inside my library project?
I thought of one little thing: first time I set the session, instead of choosing the UI project as the project to profile, I tried to choose the Library project for profiling, but if I choose a library project to profile, how do I execute the client UI project ?
Thanks a lot, Merci beaucoup 
Rachid.
Thanks a lot for your help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|