Searched refs:multiplier (Results 1 - 1 of 1) sorted by relevance

/art/dex2oat/
H A Ddex2oat.cc514 // TODO: tune the multiplier for GC verification, the following is just to make the timeout
516 int64_t multiplier = gc::kDesiredHeapVerification > gc::kVerifyAllFast ? 100 : 1; local
518 InitTimeSpec(true, CLOCK_REALTIME, multiplier * kWatchDogWarningSeconds * 1000, 0, &warning_ts);
520 InitTimeSpec(true, CLOCK_REALTIME, multiplier * kWatchDogTimeoutSeconds * 1000, 0, &timeout_ts);

Completed in 59 milliseconds