Advertisement
wandrake

Untitled

Nov 6th, 2014
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. std::chrono::time_point<std::chrono::high_resolution_clock> end = std::chrono::high_resolution_clock::now();
  2. times.push_back(std::chrono::duration_cast<std::chrono::milliseconds>(end - start).count());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement