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

/art/dex2oat/
H A Ddex2oat.cc711 static const unsigned int kSlowdownFactor = kIsDebugBuild ? 5U : 1U; member in class:art::WatchDog
713 // 30 minutes scaled by kSlowdownFactor.
714 static const unsigned int kWatchDogTimeoutSeconds = kSlowdownFactor * 30 * 60;
716 // 6 minutes scaled by kSlowdownFactor.
717 static const unsigned int kWatchDogTimeoutSeconds = kSlowdownFactor * 6 * 60;

Completed in 20 milliseconds