Click here to Skip to main content
15,881,898 members
Articles / Desktop Programming / Win32

A Simple Profiler using the Visual Studio C/C++ Compiler and DIA SDK

Rate me:
Please Sign up or sign in to vote.
4.97/5 (40 votes)
15 Dec 2009CPOL6 min read 137.7K   3.3K   92  
Easy to use profiler for time and impact analysis of C/C++ code which uses the Visual Studio C/C++ compiler (/Gh and /GH flags) and the DIA SDK to gather profiling data.
// stdafx.cpp : source file that includes just the standard includes
// SampleApp.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"


By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead Geometric Ltd
India India
C/C++ practitioner with more than 5 years of experience in 3D Visualization.

Comments and Discussions