Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- std::chrono::time_point<std::chrono::high_resolution_clock> end = std::chrono::high_resolution_clock::now();
- times.push_back(std::chrono::duration_cast<std::chrono::milliseconds>(end - start).count());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement