rogchap / v8go

Execute JavaScript from Go
https://rogchap.com/v8go
BSD 3-Clause "New" or "Revised" License
3.22k stars 221 forks source link

Add additional CPUProfile values #341

Closed ryanmurakami closed 2 years ago

ryanmurakami commented 2 years ago

Re: #283

This PR adds the following additional values from CPUProfileNode:

Note: Since the ID's and hit counts are dynamic, I wasn't able to write tests around them. Let me know if anyone has suggestions on a consistent approach there.

krvajal commented 2 years ago

can this be merged?