Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dincremental-marking.cc1078 const int kRampUpIntervalMs = 300; in StepSizeToMakeProgress() local
1091 double factor = Min(time_passed_ms / kRampUpIntervalMs, 1.0); in StepSizeToMakeProgress()