Skip to content

Commit 3efa7f1

Browse files
committed
Cleanup.
1 parent 3460257 commit 3efa7f1

2 files changed

Lines changed: 2 additions & 16 deletions

File tree

project/vc11/CppReactBenchmark.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
</ClCompile>
5151
<Link>
5252
<GenerateDebugInformation>true</GenerateDebugInformation>
53+
<SubSystem>Console</SubSystem>
5354
</Link>
5455
</ItemDefinitionGroup>
5556
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -67,6 +68,7 @@
6768
<GenerateDebugInformation>true</GenerateDebugInformation>
6869
<EnableCOMDATFolding>true</EnableCOMDATFolding>
6970
<OptimizeReferences>true</OptimizeReferences>
71+
<SubSystem>Console</SubSystem>
7072
</Link>
7173
</ItemDefinitionGroup>
7274
<ItemGroup>

src/benchmark/Main.cpp

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
#include <iostream>
2-
#include <fstream>
3-
#include <string>
4-
#include <thread>
5-
#include <random>
6-
#include <chrono>
7-
#include <functional>
8-
#include <vector>
9-
#include <ctime>
10-
#include <typeinfo>
11-
121
#include "tbb/tick_count.h"
132
#include "tbb/tbbmalloc_proxy.h"
143

@@ -35,7 +24,6 @@
3524
////////////////////////////////////////////////////////////////////////////////////////
3625
namespace {
3726

38-
using std::cin;
3927
using namespace react;
4028

4129
REACTIVE_DOMAIN(FloodingDomain, FloodingEngine, EventLog);
@@ -198,8 +186,6 @@ void runBenchmarks()
198186
//runBenchmarkLifeSim(logfile);
199187

200188
logfile.close();
201-
202-
cin.get();
203189
}
204190

205191
void debugBenchmarks()
@@ -246,8 +232,6 @@ void debugBenchmarks()
246232

247233
//TestDomain::Log().Write(logfile);
248234
//logfile.close();
249-
250-
cin.get();
251235
}
252236

253237
void profileBenchmark()

0 commit comments

Comments
 (0)