Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 538 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 538 Bytes

merge-cpuprofiles

Merge V8 .cpuprofile files

  1. Collect CPU profiles, either manually or automatically via console.profile() .. console.profileEnd()
  2. Save profiles into in directory
  3. Merge profiles into single file
  4. Load merged profile from out directory back into the Developer Tools

Documentation