void GcProfiler::_gcDone()

in src/GcProfiler.cc [33:36]


void GcProfiler::_gcDone(const v8::GCType gcType) {
  auto durationHr = uv_hrtime() - _startTime;
  _metrics[gcType] += (durationHr / MS_TO_NS);
}