Home
last modified time | relevance | path

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

/external/chromium_org/tools/perf_expectations/
Dmake_expectations.py61 last_fetched_at = None variable
63 global last_fetched_at
64 if last_fetched_at and ((time.time() - last_fetched_at) <= 0.5):
68 last_fetched_at = time.time()