Skip to content

Instantly share code, notes, and snippets.

@bgrins
Created April 27, 2018 20:09
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 bgrins/52048cd0ec08ca95dcc3275e569be336 to your computer and use it in GitHub Desktop.
Save bgrins/52048cd0ec08ca95dcc3275e569be336 to your computer and use it in GitHub Desktop.
# https://github.com/mstange/analyze-tryserver-profiles/blob/master/symbolicate_profile.py
python symbolicate_profile.py profile.json
curl 'https://profile-store.appspot.com/compressed-store' --compressed --data-binary @profile.json.sym.gz | awk '{print "Hosted at: https://perf-html.io/public/"$1}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment