Skip to content

Instantly share code, notes, and snippets.

@n-johnson
Created January 22, 2016 07:23
Show Gist options
  • Select an option

  • Save n-johnson/d129da3a63d9ca757d94 to your computer and use it in GitHub Desktop.

Select an option

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