Skip to content

Instantly share code, notes, and snippets.

@hackergrrl
Created March 21, 2018 16:56
Show Gist options
  • Save hackergrrl/fe2f0c03e8a7f98bdbe11d89ceccafa0 to your computer and use it in GitHub Desktop.
Save hackergrrl/fe2f0c03e8a7f98bdbe11d89ceccafa0 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
perf record -e cycles:u -g -- node --perf-basic-prof $1
perf script > perf-script.txt
cat perf-script.txt | flamegraph -t perf > perf-graph.svg
chromium perf-graph.svg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment