This commit is contained in:
toni
2018-01-17 10:26:16 +01:00
67 changed files with 16100 additions and 2117 deletions

View File

@@ -2,6 +2,9 @@
#include <chrono>
#include <string>
#include <iostream>
#include <vector>
#include <algorithm>
#include <numeric>
template <typename F>
static void benchmark(std::string name, size_t count, F&& lambda)
@@ -102,4 +105,4 @@ public:
lapTime = clock::now();
}
};
};