Searched refs:num_micros (Results 1 – 1 of 1) sorted by relevance
101 const int64 num_micros = static_cast<int64>(session_gc_seconds_ * 1000000); in GC() local104 if (static_cast<int64>(env->NowMicros()) - lat > num_micros) { in GC()