Home | History | Annotate | Download | only in gc

Lines Matching full:gc_start_time_ns

1228   uint64_t gc_start_time_ns = NanoTime();
1231 if (UNLIKELY(gc_start_time_ns == last_gc_time_ns_)) {
1234 uint64_t ms_delta = NsToMs(gc_start_time_ns - last_gc_time_ns_);