Click here to Skip to main content
15,881,882 members
Articles / Programming Languages / C++

Another Profiler for VC++

Rate me:
Please Sign up or sign in to vote.
3.71/5 (8 votes)
26 Nov 2006CPOL3 min read 43.9K   432   22  
A profiler which calculates the total and execution time elapsed for each function profiled
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Prof", "Prof.vcproj", "{6A0E0971-A981-477A-A17F-7801A79EEAC9}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{6A0E0971-A981-477A-A17F-7801A79EEAC9}.Debug.ActiveCfg = Debug|Win32
		{6A0E0971-A981-477A-A17F-7801A79EEAC9}.Debug.Build.0 = Debug|Win32
		{6A0E0971-A981-477A-A17F-7801A79EEAC9}.Release.ActiveCfg = Release|Win32
		{6A0E0971-A981-477A-A17F-7801A79EEAC9}.Release.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

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
Hong Kong Hong Kong
It's over!!!

Comments and Discussions