I read a lot of posts here, giving profiling advice, but I need to ask about this.
From what I can tell, Visual C ++ Express does not create a debug file that is used by profilers. I tried AMD Codeanalyst and seemed to work fine, but none of the routines in my program were identified - there are just a lot of “unidentified modules”.
I am new to C ++. I'm used to the profiler used by Python. Simple, I suppose, because the language is interpreted.
I appreciate any ideas.
PS: Is turning a steering wheel a derivative of turning a car?
c ++ visual-c ++ profiler
Peter Stewart
source share