Profiling MFC Windows App
-
Hi Can anyone point me in the right direction. I have a MFC application that I would like to profile. I have the right version of VC++ and have turned on all the profiling options according to the documentation as far as I can tell. When I run the profiler I get the initial startup dialogs from my app but the main window never appears. Task manager shows that an app of the same name but with a ._ex extension is running. If I kill this process then the profiler complains that the .pbo file wasn't of the right format. What am I doing wrong? Many thanks for any guidance that can be provided. Andrew Hoole
-
Hi Can anyone point me in the right direction. I have a MFC application that I would like to profile. I have the right version of VC++ and have turned on all the profiling options according to the documentation as far as I can tell. When I run the profiler I get the initial startup dialogs from my app but the main window never appears. Task manager shows that an app of the same name but with a ._ex extension is running. If I kill this process then the profiler complains that the .pbo file wasn't of the right format. What am I doing wrong? Many thanks for any guidance that can be provided. Andrew Hoole
Profiled/instrumented application can take a LOT longer to run than even a debug version. Is the process running or is it standing still ( 0% CPU ) ? just to be certain, put a couple of output traces here and there in your code to let you know that the thing is running ok.
Maximilien Lincourt Your Head A Splode - Strong Bad
-
Profiled/instrumented application can take a LOT longer to run than even a debug version. Is the process running or is it standing still ( 0% CPU ) ? just to be certain, put a couple of output traces here and there in your code to let you know that the thing is running ok.
Maximilien Lincourt Your Head A Splode - Strong Bad
It is standing still on 0% CPU. I have left it for quite a while without seeing anything happen. Andrew Hoole
-
It is standing still on 0% CPU. I have left it for quite a while without seeing anything happen. Andrew Hoole
If you disable profiling, does it run as normal?
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb