Skip to content

Instantly share code, notes, and snippets.

@tavin
Created October 10, 2019 12:21
Show Gist options
  • Save tavin/59ff1078ced17580ff97ad2f6d27a7f3 to your computer and use it in GitHub Desktop.
Save tavin/59ff1078ced17580ff97ad2f6d27a7f3 to your computer and use it in GitHub Desktop.
perl -pe '/time=\S+\.\.(\S+) rows=(\d+) loops=(\d+)/; print $3*$1, "\t";' explain.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment