Update README to point to new binary, add words
Fix off-by-one for line granularity numbers
Release version v0.0.1.
Convert V8 CPU profiles to pprof.
A binary for x86-64 Linux systems is available here.
Install Haskell stack. Then you can install this package:
stack install
It should be installed to your PATH. You can then convert a profile with a command like this:
v8profile-to-pprof functions --input profile.cpuprofile --output profile.pb.gz
Now it can be opened with pprof
, e.g.:
~/go/bin/pprof -http=: -lines profile.pb.gz
For more information, run v8profile-to-pprof -h
.