Created
September 14, 2018 20:19
-
-
Save heywbj/8cfc98b5514e630feaab979260d8feaf 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
| #timing & run | |
| system("echo " + simfile " >> timing.txt"); | |
| system("TIME /T >> timing.txt"); | |
| run; | |
| system("TIME /T >> timing.txt"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment