forked from andremussche/scalemm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFastcodeMMChallenge_TopMM.dproj
165 lines (165 loc) · 8.54 KB
/
FastcodeMMChallenge_TopMM.dproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{C70E5B1E-52DB-45B4-B2D8-423A66E6879A}</ProjectGuid>
<MainSource>FastcodeMMChallenge_TopMM.dpr</MainSource>
<Config Condition="'$(Config)'==''">Release</Config>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<ProjectVersion>12.0</ProjectVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
<Cfg_1>true</Cfg_1>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
<Cfg_2>true</Cfg_2>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<ImageDebugInfo>true</ImageDebugInfo>
<DCC_DependencyCheckOutputName>FastcodeMMChallenge_TopMM.exe</DCC_DependencyCheckOutputName>
<DCC_Define>MM_TopMM;$(DCC_Define)</DCC_Define>
<DCC_DebugDCUs>true</DCC_DebugDCUs>
<DCC_StringChecks>off</DCC_StringChecks>
<DCC_Optimize>false</DCC_Optimize>
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
<DCC_MapFile>3</DCC_MapFile>
<DCC_UsePackage>vcl;rtl;vclx;vclimg;vclactnband;dbrtl;vcldb;vcltouch;xmlrtl;dsnap;dsnapcon;bdertl;TeeUI;TeeDB;Tee;adortl;IndyCore;IndySystem;IndyProtocols;VclSmp;vclribbon;DbxClientDriver;DbxCommonDriver;DBXInterBaseDriver;DBXMySQLDriver;dbxcds;dbexpress;acnt2010_R;RBKD2010;tmsd2010;VaComm2010;VirtualTreesD2010;VirtualTreesD2010Extra;vclie;frx14;frxADO14;frxcs14;frxDB14;inet;RemObjects_Indy_D14;tmsexd2010;tmswizd2010;tmsxlsd2010;inetdbbde;inetdbxpress;soaprtl;Jcl</DCC_UsePackage>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DCC_Platform>x86</DCC_Platform>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<DCC_RemoteDebug>true</DCC_RemoteDebug>
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_ExeOutput>.\DCU2010</DCC_ExeOutput>
<DCC_DependencyCheckOutputName>DCU2010\FastcodeMMChallenge_TopMM.exe</DCC_DependencyCheckOutputName>
<DCC_RangeChecking>true</DCC_RangeChecking>
<DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
<DCC_Define>DEBUG;SCALEMM_DEBUG;$(DCC_Define)</DCC_Define>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="FastcodeMMChallenge_TopMM.dpr">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="BenchmarkUtilities.pas"/>
<DCCReference Include="BenchmarkForm.pas">
<Form>fBenchmark</Form>
</DCCReference>
<DCCReference Include="RenameMMForm.pas">
<Form>fRenameMM</Form>
</DCCReference>
<DCCReference Include="FragmentationTestUnit.pas"/>
<DCCReference Include="NexusDBBenchmarkUnit.pas"/>
<DCCReference Include="ReallocMemBenchmark.pas"/>
<DCCReference Include="DownsizeTestUnit.pas"/>
<DCCReference Include="ReplayBenchmarkUnit.pas"/>
<DCCReference Include="WildThreadsBenchmarkUnit.pas"/>
<DCCReference Include="BlockSizeSpreadBenchmark.pas"/>
<DCCReference Include="SmallUpsizeBenchmark.pas"/>
<DCCReference Include="SmallDownsizeBenchmark.pas"/>
<DCCReference Include="RawPerformanceSingleThread.pas"/>
<DCCReference Include="RawPerformanceMultiThread.pas"/>
<DCCReference Include="GraphsForm.pas">
<Form>fGraphs</Form>
</DCCReference>
<DCCReference Include="AddressSpaceCreepBenchmark.pas"/>
<DCCReference Include="LargeBlockSpreadBenchmark.pas"/>
<DCCReference Include="StringThread.pas"/>
<DCCReference Include="StringThreadTestUnit.pas"/>
<DCCReference Include="ArrayUpsizeSingleThread.pas"/>
<DCCReference Include="SingleFPBenchmark1Unit.pas"/>
<DCCReference Include="DoubleFPBenchmark1Unit.pas"/>
<DCCReference Include="DoubleFPBenchmark2Unit.pas"/>
<DCCReference Include="DoubleFPBenchmark3Unit.pas"/>
<DCCReference Include="MoveBenchmark1Unit.pas"/>
<DCCReference Include="MoveBenchmark2Unit.pas"/>
<DCCReference Include="AddressSpaceCreepBenchmarkLarge.pas"/>
<DCCReference Include="LinkedListBenchmark.pas"/>
<DCCReference Include="BenchmarkClassUnit.pas"/>
<DCCReference Include="MultiThreadedAllocAndFree.pas"/>
<DCCReference Include="MultiThreadedReallocate.pas"/>
<DCCReference Include="SingleThreadedAllocAndFree.pas"/>
<DCCReference Include="SingleThreadedReallocate.pas"/>
<DCCReference Include="SortIntArrayBenchmark2Unit.pas"/>
<DCCReference Include="SortExtendedArrayBenchmark2Unit.pas"/>
<DCCReference Include="SingleThreadedAllocMem.pas"/>
<DCCReference Include="MMvalidation.pas"/>
<BuildConfiguration Include="Base">
<Key>Base</Key>
</BuildConfiguration>
<BuildConfiguration Include="Debug">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
<BuildConfiguration Include="Release">
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
<Borland.ProjectType>VCLApplication</Borland.ProjectType>
<BorlandProject>
<Delphi.Personality>
<Source>
<Source Name="MainSource">FastcodeMMChallenge_TopMM.dpr</Source>
</Source>
<Parameters>
<Parameters Name="UseLauncher">False</Parameters>
<Parameters Name="LoadAllSymbols">True</Parameters>
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
</Parameters>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">1</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">125</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1043</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription"/>
<VersionInfoKeys Name="FileVersion">1.0.0.125</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright"/>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName"/>
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
<VersionInfoKeys Name="Last Compile">2010-05-14 13:57</VersionInfoKeys>
<VersionInfoKeys Name="LastCompiledTime">7-12-2010 15:28:16</VersionInfoKeys>
</VersionInfoKeys>
<Excluded_Packages>
<Excluded_Packages Name="$(BDS)\bin\dclsoap140.bpl">Embarcadero SOAP Components</Excluded_Packages>
<Excluded_Packages Name="$(BDS)\bin\dclbde140.bpl">Embarcadero BDE DB Components</Excluded_Packages>
<Excluded_Packages Name="$(BDS)\Bin\dclib140.bpl">Embarcadero InterBase Express Components</Excluded_Packages>
<Excluded_Packages Name="$(BDS)\bin\dclIntraweb_100_140.bpl">VCL for the Web 10.0 Design Package for CodeGear RAD Studio</Excluded_Packages>
<Excluded_Packages Name="$(BDS)\bin\dclie140.bpl">Internet Explorer Components</Excluded_Packages>
<Excluded_Packages Name="$(BDS)\bin\dclwebsnap140.bpl">Embarcadero WebSnap Components</Excluded_Packages>
<Excluded_Packages Name="$(BDS)\bin\dcloffice2k140.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
<Excluded_Packages Name="$(BDS)\bin\dclofficexp140.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
<Excluded_Packages Name="$(BDS)\bin\bcboffice2k140.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
<Excluded_Packages Name="$(BDS)\bin\bcbofficexp140.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
</Excluded_Packages>
</Delphi.Personality>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>