in src/LoopProfiler.hh [13:17]
static NAN_METHOD(New) { auto obj = new LoopProfiler(); obj->Wrap(info.This()); info.GetReturnValue().Set(info.This()); }