mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
format
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user