Profiling C code on Microsoft Visual C++ - VC++

How to enable profiling option in visual studio – VC++

In general compiler has an option to profile C code on Visual C++ under Build option

i.e. build->profile

For this option to be enabled we need to follow below steps on windows.

  • Go to windows start on task bar.
  • Go to run.
  • Type ‘regedit’
  • Click on HK_CURRENT_USER in registry editor.
  • Go to softwares->Microscoft->DevStudio
  • In general depending up on the VC version you can see a folder with that version (If you are using VC6.0 you can see a folder with name 6.0)
  • Then click on folder ‘general’.
  • Do a right click and create new DWORD values with name ‘ProfilerInstalled’ and set its value as ‘1’

No comments:

Post a Comment

Related Posts

Twitter Updates

Random Posts

  • Q&A on Deep Learning concepts
  • Embedded Live - Android, Linux, RTOS and more
  • SPCOM 2010 conference at IISc Bangalore (July 18-21, 2010)
  • Floating point arithmetic - II
  • Medical ultrasound - DSP
  • share this post
    Bookmark and Share
    | More
    Share/Save/Bookmark Share