Matt Ginzton
Matt Ginzton
Thanks for clarifying. I'd meant to report these results using that same Node version but had invoked the wrong one. Whoops. I see the same thing as @billmark, which is...
I just sent #79 which ports this code to use [nan](https://github.com/rvagg/nan). I see that as a necessary but not sufficient step to getting this working with current V8/node.js/io.js versions. (Not...
Here's my take on the remaining problems after the nan patch, from looking at `deps/v8/include/v8-profiler.h` in node 0.10.x (V8 3.14) and node 0.12.0 (V8 3.28): Changed name (easy): - interesting...
For the removed methods, I'm hoping a newer version of the frontend might not want to call these methods on the backend. For the Isolate instance, we can get the...
@c4milo do you want to call this fixed for 0.12 and publish a new version to npm?
CPU profiler is not working, but I don't see how to get it to work. If you can figure it out, great; otherwise I think heap profiler is better than...