Skip to content

Instantly share code, notes, and snippets.

@kennethgunn
kennethgunn / v8_log_processing.md
Created September 30, 2013 21:36
How to process a V8 profiling log file

FIGURE OUT THE RIGHT V8 VERSION

  • check your node version (if you use nvm, the version will be in the path in the first line of v8.log)
  • open https://github.com/joyent/node/blob/master/deps/v8/ChangeLog
  • click the "branch: master" drop down
  • click "tags"
  • choose the proper version (e.g. v0.10.15)
  • version should be listed in top line (e.g., 3.14.5)

GET THE CORRECT LOG PROCESSOR