c++ - Profiling in Visual Studio 2008 PRO -


how use profiler in visual studio 2008?

i know theres build option in config properties -> linker -> advanced -> profile (/profile), can't find actauly using it, articles able find appear apply older versions of visual studio (eg goto build->profile bring profile dialog box, yet in 2008 there no such menu item).

is because visual studio 2008 not include profiler, , if , documentation it?

the profiler available in team system editions of visual studio 2008. last version used included profiler visual c++ 6.0.

for visual studio 2005, try compuware devpartner performance analysis community edition.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -