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