Skip to content

Instantly share code, notes, and snippets.

@ethercrow
Created May 11, 2020 15:08
Show Gist options
  • Save ethercrow/c045001c7d2e1952d8674f6c52f1dc6b to your computer and use it in GitHub Desktop.
Save ethercrow/c045001c7d2e1952d8674f6c52f1dc6b to your computer and use it in GitHub Desktop.
Eventlog -> Chrome -> Tracy
#!/usr/bin/env bash
set -eu
eventlog-to-chrome read "$1"
import-chrome "$1.trace.json" "$1.tracy"
tracy "$1.tracy"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment