Speed Test created.

Pipe renamed to Hub.
Log function deleted.
Some minor changes for speed.
This commit is contained in:
2016-03-10 23:50:10 +01:00
parent ae55b0b4f8
commit bb7ca9e423
8 changed files with 528 additions and 300 deletions

View File

@ -103,6 +103,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
</ClCompile>
<Link>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
@ -111,11 +112,12 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="main.c" />
<ClCompile Include="speed.c" />
<ClCompile Include="threads.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="connector.h" />
<ClInclude Include="pipe.h" />
<ClInclude Include="hub.h" />
<ClInclude Include="ringbuffer.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />