Home
last modified time | relevance | path

Searched refs:kWatchdogSlowdownFactor (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/
Ddex2oat.cc623 static constexpr int64_t kWatchdogSlowdownFactor = kIsDebugBuild ? 5U : 1U; member in art::WatchDog
628 static constexpr int64_t kWatchDogTimeoutSeconds = kWatchdogSlowdownFactor * (9 * 60 + 30);