New user: newbie question about tracking time through an application
Hello,
We have a .Net application (Managed code) that I am attempting to profile. What I think I am finding is a couple of issues (in my eyes) that I would like to see if there is a way around, both having to do with timing the application. It seems that the "Get Results" also takes into account idle time when the application is not doing anything. For example I open a module in my application, and then I may go off somewhere and forget to get the results. When I finally do there is a pretty significant time for the "Main" module. Is there a way to only have it track when the application is active?
2nd question:
So say I want to open Module 1, and then open Module 2, but I want them captured independently. It seems like even though I disable profiling between the opening of the modules, it takes into account the times and calls that were a part of opening Module 1? Is this the case? I am just trying to get a better handle on the product. Thanks for any assistance :)