Skip to content

Instantly share code, notes, and snippets.

@johnmcfarlane
Created August 23, 2016 18:16
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 johnmcfarlane/b99ef717c7c7689b6840b350ee405a46 to your computer and use it in GitHub Desktop.
Save johnmcfarlane/b99ef717c7c7689b6840b350ee405a46 to your computer and use it in GitHub Desktop.
static auto start = std::chrono::system_clock::now();
auto t = std::chrono::duration_cast<std::chrono::duration<double>>(std::chrono::system_clock::now() - start).count();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment