davidmarkclements / 0x

🔥 single-command flamegraph profiling 🔥
MIT License
3.23k stars 106 forks source link

Make sure the same Node.js executable is used #168

Closed BridgeAR closed 6 years ago

BridgeAR commented 6 years ago

So far the child process spawned to vizualize the data could be a different one than the one used to run 0x. Now it's always the same and there should be no mismatch left.

Fixes: #119