How to use the heap function from bindings

Find comprehensive JavaScript bindings.heap code examples handpicked from public code repositorys.

127
128
129
130
131
132
133
134
135
136
var activeProfiles = [];

var profiler = {
  /*HEAP PROFILER API*/

  get snapshots() { return binding.heap.snapshots; },

  takeSnapshot: function(name, control) {
    if (typeof name == 'function') {
      control = name;
fork icon138
star icon0
watch icon2

+ 31 other calls in file

Other functions in bindings

Sorted by popularity

function icon

bindings.createKey is the most popular function in bindings (8616 examples)