Skip to content

Instantly share code, notes, and snippets.

View confuser's full-sized avatar

James Mortemore confuser

  • London
View GitHub Profile
/**
* Simple userland heapdump generator using v8-profiler
* Usage: require('[path_to]/HeapDump').init('datadir')
*
* @module HeapDump
* @type {exports}
*/
var fs = require('fs');
var profiler = require('v8-profiler');