Click here to Skip to main content
15,893,668 members
Articles / Web Development / HTML

NTime - Performance unit testing tool

Rate me:
Please Sign up or sign in to vote.
4.73/5 (27 votes)
30 Mar 20066 min read 439.9K   8.2K   163  
An article on a performance testing tool to test an application against its performance
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "NTimeAddinSetup", "NTimeAddin\NTimeAddinSetup\NTimeAddinSetup.vdproj", "{C3CD7BD0-FEB8-4F1B-9599-1E45F928EA10}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NTime.Framework.dll", "Framework\NTime.Framework.dll.csproj", "{6D4D7B2F-A9A3-4CA0-AD0B-DCAF7C10A844}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NTimeAddin", "NTimeAddin\NTimeAddin.csproj", "{32A96632-C873-4308-A87B-FE8AA60DA5B1}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NTime", "NTimeConsole\NTime.csproj", "{CF1E0CEB-EAB8-4CE4-B7A7-480A18896A40}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NTimeGUI", "NTimeGUI\NTimeGUI.csproj", "{1500F753-A506-4CAC-979C-504B67871F4A}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "NTimeSetup", "NTimeSetup\NTimeSetup.vdproj", "{0237C5DC-4BB3-4406-826B-29B4D142FAFF}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerformanceTests", "PerformanceTests\PerformanceTests.csproj", "{D60E92F5-F8D2-406A-A41D-90250361E028}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SourceCodeControl) = preSolution
		SccNumberOfProjects = 6
		SccLocalPath0 = .
		CanCheckoutShared = false
		SolutionUniqueID = {F377A718-4CD9-4D2C-A87E-0D98D3C1A30F}
		SccProjectUniqueName1 = Framework\\NTime.Framework.dll.csproj
		SccProjectName1 = \u0022$/Tools/NTime/Framework\u0022,\u0020FKAAAAAA
		SccLocalPath1 = Framework
		CanCheckoutShared = false
		SccProjectUniqueName2 = NTimeConsole\\NTime.csproj
		SccLocalPath2 = .
		CanCheckoutShared = false
		SccProjectFilePathRelativizedFromConnection2 = NTimeConsole\\
		SccProjectUniqueName3 = NTimeGUI\\NTimeGUI.csproj
		SccProjectName3 = \u0022$/Tools/NTime/NTimeGUI\u0022,\u0020KKAAAAAA
		SccLocalPath3 = NTimeGUI
		CanCheckoutShared = false
		SccProjectUniqueName4 = NTimeSetup\\NTimeSetup.vdproj
		SccLocalPath4 = .
		CanCheckoutShared = false
		SccProjectFilePathRelativizedFromConnection4 = NTimeSetup\\
		SccProjectUniqueName5 = PerformanceTests\\PerformanceTests.csproj
		SccProjectName5 = \u0022$/Tools/NTime/PerformanceTests\u0022,\u0020XKAAAAAA
		SccLocalPath5 = PerformanceTests
		CanCheckoutShared = false
	EndGlobalSection
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{C3CD7BD0-FEB8-4F1B-9599-1E45F928EA10}.Debug.ActiveCfg = Debug
		{C3CD7BD0-FEB8-4F1B-9599-1E45F928EA10}.Release.ActiveCfg = Release
		{6D4D7B2F-A9A3-4CA0-AD0B-DCAF7C10A844}.Debug.ActiveCfg = Debug|.NET
		{6D4D7B2F-A9A3-4CA0-AD0B-DCAF7C10A844}.Debug.Build.0 = Debug|.NET
		{6D4D7B2F-A9A3-4CA0-AD0B-DCAF7C10A844}.Release.ActiveCfg = Release|.NET
		{6D4D7B2F-A9A3-4CA0-AD0B-DCAF7C10A844}.Release.Build.0 = Release|.NET
		{32A96632-C873-4308-A87B-FE8AA60DA5B1}.Debug.ActiveCfg = Debug|.NET
		{32A96632-C873-4308-A87B-FE8AA60DA5B1}.Release.ActiveCfg = Release|.NET
		{CF1E0CEB-EAB8-4CE4-B7A7-480A18896A40}.Debug.ActiveCfg = Debug|.NET
		{CF1E0CEB-EAB8-4CE4-B7A7-480A18896A40}.Debug.Build.0 = Debug|.NET
		{CF1E0CEB-EAB8-4CE4-B7A7-480A18896A40}.Release.ActiveCfg = Release|.NET
		{CF1E0CEB-EAB8-4CE4-B7A7-480A18896A40}.Release.Build.0 = Release|.NET
		{1500F753-A506-4CAC-979C-504B67871F4A}.Debug.ActiveCfg = Debug|.NET
		{1500F753-A506-4CAC-979C-504B67871F4A}.Debug.Build.0 = Debug|.NET
		{1500F753-A506-4CAC-979C-504B67871F4A}.Release.ActiveCfg = Release|.NET
		{1500F753-A506-4CAC-979C-504B67871F4A}.Release.Build.0 = Release|.NET
		{0237C5DC-4BB3-4406-826B-29B4D142FAFF}.Debug.ActiveCfg = Debug
		{0237C5DC-4BB3-4406-826B-29B4D142FAFF}.Debug.Build.0 = Debug
		{0237C5DC-4BB3-4406-826B-29B4D142FAFF}.Release.ActiveCfg = Release
		{0237C5DC-4BB3-4406-826B-29B4D142FAFF}.Release.Build.0 = Release
		{D60E92F5-F8D2-406A-A41D-90250361E028}.Debug.ActiveCfg = Debug|.NET
		{D60E92F5-F8D2-406A-A41D-90250361E028}.Debug.Build.0 = Debug|.NET
		{D60E92F5-F8D2-406A-A41D-90250361E028}.Release.ActiveCfg = Release|.NET
		{D60E92F5-F8D2-406A-A41D-90250361E028}.Release.Build.0 = Release|.NET
	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.


Written By
Web Developer
Poland Poland
Born in Poland, living there as employeed developer, in free time writing much .net stuff and designing applications.

Comments and Discussions