Filtering code profiling by function or module
Filtering code profiling by function or module
Is there a way that one can exclude certain functions during code profiling? A sample scenario is profiling integration tests where most of the time is spent prepping up data (e.g., database inserts). I would like these calls excluded from the report since I'm not really interested on these methods. On another level is exclusion of certain modules (e.g., System.Windows.Forms.dll); again the reports show a lot of method calls from these modules which I don't want to see at the moment.
-
- Posts: 1030
- Joined: Wed Mar 02, 2005 7:53 pm
In .NET Memory Profiler 3.5 it will be possible to group allocations by assembly, namespace, and type (see screenshot below). The bottom part shows the details (e.g. allocations and live instances created by the selected assembly/namespace/type/method). From there you can view the details of the specific instances. Is this the type of presentation you need?


Best regards,
Andreas Suurkuusk
SciTech Software AB
Andreas Suurkuusk
SciTech Software AB
Who is online
Users browsing this forum: No registered users and 11 guests