How should I profile visual c++ express?
问题 I've read a lot of the posts here giving profiling advice but I need to ask this. From what I can tell, Visual C++ Express doesn't generate a debugging file that is used by profiler programs. I tried AMD Codeanalyst and it seemed to work fine except none of the routines in my program were identified -- just a lot of "unidentified modules". I'm new to C++. I'm used to the simple profiler used by Python. Simple, I assume, because the language is interpreted. I appreciate any insights. P.S.: Is