Advertisement

VC's profiler

Started by April 18, 2000 04:15 PM
1 comment, last by DerekDay 24 years, 4 months ago
What''s up with Visual C++''s profiler. It just spits out a .map file with a bunch of crazy info, and I''m not quite able to decipher it. Oh, and I''m just trying to get some function timing info. Any help?
Profilers are REALLY useful, you should read the documentation that comes with VC++. I use Codewarrior, otherwise id explain.

Advertisement
What kind of project are you trying to profile, DLLs, or just an .exe? And I think the .map file is just one of the stages, it''s what''s generated to ALLOW a profile run. I''ll have to check later.


#pragma DWIM // Do What I Mean!
~ Mad Keith ~
**I use Software Mode**
It's only funny 'till someone gets hurt.And then it's just hilarious.Unless it's you.

This topic is closed to new replies.

Advertisement