Thursday, October 8, 2009

Profile or Profiling in Visual C++ 6.0

If you want to optimize source code in Visual C++ 6.0, You can ues the function "Profile".

How can you use this fuction, "Profile"?

1. Project > Settings > Link
Check: Enable profileing and Generate Map file
2. Build > Rebuild All
3. Build > Profile
function coverage
function timming
mix
custom mode
4. Profiling ...
5. After terminating, stop Profiling.
6. And then, display profile infomation

Enable Profiling

No comments: