Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc49 static constexpr uint64_t kDebugThresholdFudgeFactor = kIsDebugBuild ? 10 : 1; variable
50 static constexpr uint64_t kLongWaitMs = 100 * kDebugThresholdFudgeFactor;
88 lock_profiling_threshold * kDebugThresholdFudgeFactor; in Init()
90 stack_dump_lock_profiling_threshold * kDebugThresholdFudgeFactor; in Init()