Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmemory-reducer.cc33 double js_call_rate = memory_reducer_->SampleAndGetJsCallsPerMs(time_ms); in RunInternal() local
35 bool is_idle = js_call_rate < kJsCallsPerMsThreshold && low_allocation_rate; in RunInternal()
39 js_call_rate, low_allocation_rate ? "low alloc" : "high alloc", in RunInternal()