Advertisement

How much resources I use?

Started by July 17, 2001 02:12 AM
0 comments, last by dadio 23 years, 7 months ago
Not much of a GL question... I want to see how much resources my app is using (memory, cpu etc.) in order to improve it. Any methods on this? Also I want to check for memory leaks.... btw, I''m using MSVC++ 6. thx
Use a product called VTune or enable the profiling built into the compiler. That will tell you how long you spent in each function etc...

FatalXC

This topic is closed to new replies.

Advertisement