This commit is contained in:
gabime
2018-05-20 18:01:47 +03:00
parent 6a93f98a1f
commit b94b9a8341
3 changed files with 21 additions and 27 deletions

View File

@@ -45,7 +45,7 @@ int main(int argc, char *argv[])
threads = atoi(argv[2]);
if (argc > 3)
queue_size = atoi(argv[3]);
cout << "*******************************************************************************\n";
cout << "Single thread, " << format(howmany) << " iterations" << endl;
cout << "*******************************************************************************\n";