Created
May 11, 2020 15:08
-
-
Save ethercrow/c045001c7d2e1952d8674f6c52f1dc6b to your computer and use it in GitHub Desktop.
Eventlog -> Chrome -> Tracy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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