Skip to content

Instantly share code, notes, and snippets.

@n-johnson
Created January 22, 2016 07:23
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 n-johnson/d129da3a63d9ca757d94 to your computer and use it in GitHub Desktop.
Save n-johnson/d129da3a63d9ca757d94 to your computer and use it in GitHub Desktop.
osx bash time w/ millisecond precision
perl -MTime::HiRes -e 'printf("%.0f\n",Time::HiRes::time()*1000)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment