File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 </ClCompile >
5151 <Link >
5252 <GenerateDebugInformation >true</GenerateDebugInformation >
53+ <SubSystem >Console</SubSystem >
5354 </Link >
5455 </ItemDefinitionGroup >
5556 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
6768 <GenerateDebugInformation >true</GenerateDebugInformation >
6869 <EnableCOMDATFolding >true</EnableCOMDATFolding >
6970 <OptimizeReferences >true</OptimizeReferences >
71+ <SubSystem >Console</SubSystem >
7072 </Link >
7173 </ItemDefinitionGroup >
7274 <ItemGroup >
Original file line number Diff line number Diff line change 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
3524// //////////////////////////////////////////////////////////////////////////////////////
3625namespace {
3726
38- using std::cin;
3927using namespace react ;
4028
4129REACTIVE_DOMAIN (FloodingDomain, FloodingEngine, EventLog);
@@ -198,8 +186,6 @@ void runBenchmarks()
198186 // runBenchmarkLifeSim(logfile);
199187
200188 logfile.close ();
201-
202- cin.get ();
203189}
204190
205191void debugBenchmarks ()
@@ -246,8 +232,6 @@ void debugBenchmarks()
246232
247233 // TestDomain::Log().Write(logfile);
248234 // logfile.close();
249-
250- cin.get ();
251235}
252236
253237void profileBenchmark ()
You can’t perform that action at this time.
0 commit comments