Click here to Skip to main content
15,892,480 members
Articles / Programming Languages / C# 4.0

Process Performance Determination in C#

Rate me:
Please Sign up or sign in to vote.
3.93/5 (8 votes)
14 Jun 2012CPOL2 min read 24.8K   233   14  
The program presented here provides a simple way to obtain process performance through DPMO.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Process Performance", "Process Preformance\Process Performance.csproj", "{8F0B0B2D-293A-4C21-BDDB-C6C33C0A871E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestProcessPerformance", "TestProcessPerformance\TestProcessPerformance.csproj", "{0FA5908D-E4E0-4BCE-B47E-D8708CCB927F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2A7A5284-F207-4EF1-B324-54F591B112F6}"
	ProjectSection(SolutionItems) = preProject
		Local.testsettings = Local.testsettings
		Process Preformance.vsmdi = Process Preformance.vsmdi
		TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
	EndProjectSection
EndProject
Global
	GlobalSection(TestCaseManagementSettings) = postSolution
		CategoryFile = Process Preformance.vsmdi
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{8F0B0B2D-293A-4C21-BDDB-C6C33C0A871E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8F0B0B2D-293A-4C21-BDDB-C6C33C0A871E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{8F0B0B2D-293A-4C21-BDDB-C6C33C0A871E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{8F0B0B2D-293A-4C21-BDDB-C6C33C0A871E}.Release|Any CPU.Build.0 = Release|Any CPU
		{0FA5908D-E4E0-4BCE-B47E-D8708CCB927F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{0FA5908D-E4E0-4BCE-B47E-D8708CCB927F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{0FA5908D-E4E0-4BCE-B47E-D8708CCB927F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{0FA5908D-E4E0-4BCE-B47E-D8708CCB927F}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	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
Foundasoft.com
Malaysia Malaysia
Consultant

Comments and Discussions