Skip to content

Instantly share code, notes, and snippets.

@krisselden
Created July 17, 2020 19:17
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 krisselden/a856f3b47e61d2bb974f21697c8da50f to your computer and use it in GitHub Desktop.
Save krisselden/a856f3b47e61d2bb974f21697c8da50f to your computer and use it in GitHub Desktop.
jq '.traceEvents | map(select(.cat | split(",") | map(. == "devtools.timeline") | any)) | unique_by(.name) | map(.name)'
jq ".traceEvents | map(select(.ts == 0)) | map(.ph) | unique"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment