Changes: boost, easylogging, g2log, glog, spdlog.

This commit is contained in:
Alexander Kiselev
2018-03-19 19:22:02 +03:00
parent c83dd5d60e
commit 70ad1aa409
15 changed files with 212 additions and 46 deletions

View File

@@ -47,7 +47,7 @@ int main(int argc, char *argv[])
for (auto &t : threads)
{
t.join();
};
}
duration<float> delta = clock::now() - start;
float deltaf = delta.count();