Home
last modified time | relevance | path

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

/system/core/debuggerd/
Ddebuggerd_benchmark.cpp47 std::chrono::duration<double> max_diff(0); in GetMaximumPause() local
56 if (diff > max_diff) { in GetMaximumPause()
57 max_diff = diff; in GetMaximumPause()
63 return max_diff; in GetMaximumPause()