hyj1991 / v8-profiler-next

node bindings for the v8 profiler
MIT License
219 stars 21 forks source link

what is the difference between v8-profiler-next and v8-profiler? #24

Closed Youjingyu closed 3 years ago

Youjingyu commented 3 years ago

what is the difference between v8-profiler-next and v8-profiler? i want to collect cpu and memory details for a node.js application, which package should i use?

hyj1991 commented 3 years ago

v8-profiler-next has a new feature: sampling heap profile, and it has fixed building errors on node-v8.x or higher, I create this project because the officials don't maintain v8-profiler anymore :)