Skip to content

Instantly share code, notes, and snippets.

@leighst
Created September 2, 2019 15:02
Show Gist options
  • Save leighst/f72c5d64861b7e227fd9d9a40df0813c to your computer and use it in GitHub Desktop.
Save leighst/f72c5d64861b7e227fd9d9a40df0813c to your computer and use it in GitHub Desktop.
[count vertices]
filter @message like 'Mesh reconstruction completed'
| parse @message /Mesh reconstruction completed: (?<vertices>\d+)/
| sort vertices desc
| limit 500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment