We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Raspberry Pi 3 Node 7.7.2
const profiler = require('v8-profiler'); var counter = 0; setInterval(function() { const snapshot = profiler.takeSnapshot(); console.log('exporting snapshot') snapshot.export(function(error, result) { if (err) throw err; console.log('NEVER GET HERE') const ws = fs.createWriteStream('snapshot_' + (counter++) + '.json'); fs.end(result); snapshot.delete(); }); }, 10000);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Raspberry Pi 3
Node 7.7.2
The text was updated successfully, but these errors were encountered: