Skip to content

Instantly share code, notes, and snippets.

@fabiogaluppo
Last active August 26, 2015 01:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabiogaluppo/8e925e30cde7f8c2fa40 to your computer and use it in GitHub Desktop.
Save fabiogaluppo/8e925e30cde7f8c2fa40 to your computer and use it in GitHub Desktop.
const auto start = high_resolution_clock::now();
this_thread::sleep_for(seconds(1));
const auto finish = high_resolution_clock::now();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment