Performance Counters



Hi,

I'm developping a software, in C# 2.0 with Visual Studio 2005.

Here is my problem, I'm doing a performance counting of my exceptions
with PerfMon.exe to see the number of exceptions thrown by my soft. At
a specific action in my program, "switching tabs and gettin new data",
PerfMon indicates that 9 Exceptions are thrown, and happen every time i
switch tabs but in Debugging mode in Vs i see nothing, not a exception
throw. Could someone tell me where i can see exception thorw by the
framework?

All my exceptions in the "Exception Window" (Ctrl-Alt-E) are checked!

Thx,
Barzot

.



Relevant Pages

  • Re: documenting exceptions
    ... > Are you aware of any tool which analyzes source code and documents the ... > exceptions thrown for each routine in each source file for a project? ... "There is only One inviolable Law" ...
    (comp.lang.cpp)
  • Re: vc6 exceptions not caught by vs2005
    ... I see that exceptions thrown by some api's in ... implementations and VC6 and VS2005 count as such. ... that no exceptions are thrown across the function calls. ... Recompile all code with the same C++ compiler. ...
    (microsoft.public.vc.language)
  • Re: Real life cost of using exceptions for control flow?
    ... found exceptions thrown by System.Drawing during a display pass caused such ... a dramatic slow-down that we wrote elaborate code to avoid exceptions. ... For us, the difference was a smooth display, versus an unusable ... >> If you have a lot of cleanup and deallocations in the catch block, ...
    (microsoft.public.dotnet.framework.performance)
  • Exception thrown without a stack frame
    ... I'm getting exceptions thrown without a stackframe. ... I have set an exception handler to dump these so-called uncaught exceptions ... The problem only occurs on the production server, ...
    (php.general)
  • Re: Real life cost of using exceptions for control flow?
    ... > This test cannot be generalized to all exception performance problems. ... > found exceptions thrown by System.Drawing during a display pass caused such ... > a dramatic slow-down that we wrote elaborate code to avoid exceptions. ... For us, the difference was a smooth display, versus an unusable ...
    (microsoft.public.dotnet.framework.performance)