Click here to Skip to main content
15,886,789 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 433.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 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NTimeGUI", "NTimeGUI\NTimeGUI.csproj", "{1500F753-A506-4CAC-979C-504B67871F4A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NTime.Framework.dll", "Framework\NTime.Framework.dll.csproj", "{6D4D7B2F-A9A3-4CA0-AD0B-DCAF7C10A844}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerformanceTests", "PerformanceTests\PerformanceTests.csproj", "{D60E92F5-F8D2-406A-A41D-90250361E028}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "NTimeSetup", "NTimeSetup\NTimeSetup.vdproj", "{9089DCEB-F21C-4772-B351-16B641E6169F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NTime", "NTimeConsole\NTime.csproj", "{CF1E0CEB-EAB8-4CE4-B7A7-480A18896A40}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{1500F753-A506-4CAC-979C-504B67871F4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1500F753-A506-4CAC-979C-504B67871F4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1500F753-A506-4CAC-979C-504B67871F4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1500F753-A506-4CAC-979C-504B67871F4A}.Release|Any CPU.Build.0 = Release|Any CPU
		{6D4D7B2F-A9A3-4CA0-AD0B-DCAF7C10A844}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{6D4D7B2F-A9A3-4CA0-AD0B-DCAF7C10A844}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{6D4D7B2F-A9A3-4CA0-AD0B-DCAF7C10A844}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{6D4D7B2F-A9A3-4CA0-AD0B-DCAF7C10A844}.Release|Any CPU.Build.0 = Release|Any CPU
		{D60E92F5-F8D2-406A-A41D-90250361E028}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D60E92F5-F8D2-406A-A41D-90250361E028}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D60E92F5-F8D2-406A-A41D-90250361E028}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D60E92F5-F8D2-406A-A41D-90250361E028}.Release|Any CPU.Build.0 = Release|Any CPU
		{9089DCEB-F21C-4772-B351-16B641E6169F}.Debug|Any CPU.ActiveCfg = Debug
		{9089DCEB-F21C-4772-B351-16B641E6169F}.Release|Any CPU.ActiveCfg = Release
		{CF1E0CEB-EAB8-4CE4-B7A7-480A18896A40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{CF1E0CEB-EAB8-4CE4-B7A7-480A18896A40}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{CF1E0CEB-EAB8-4CE4-B7A7-480A18896A40}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{CF1E0CEB-EAB8-4CE4-B7A7-480A18896A40}.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.


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