Created
August 23, 2016 18:16
-
-
Save johnmcfarlane/b99ef717c7c7689b6840b350ee405a46 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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