Skip to content

Instantly share code, notes, and snippets.

@bgrins
Created April 27, 2018 20:09
Show Gist options
  • Select an option

  • Save bgrins/52048cd0ec08ca95dcc3275e569be336 to your computer and use it in GitHub Desktop.

Select an option

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