victor-homyakov / merge-cpuprofiles

Merge V8 .cpuprofile files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Merge V8 .cpuprofile files

License:MIT License


Languages

Language:JavaScript 100.0%