Created
February 26, 2018 19:06
-
-
Save gchavez2/a73163519b7cf870311e9f09a9c69e59 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#include "misc/TaskTimer.hpp" | |
{ | |
timer.start(); | |
// CODE here | |
if (!mpi_rank()) | |
cout << "# time = " << timer.elapsed() << endl; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment