Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmemory-reducer.cc27 const double kJsCallsPerMsThreshold = 0.5; in RunInternal() local
35 bool is_idle = js_call_rate < kJsCallsPerMsThreshold && low_allocation_rate; in RunInternal()