Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dsession.py181 last_cleanup = None variable
269 global last_cleanup, cleanup_cycle, cleaning_up
275 if not last_cleanup or last_cleanup + cleanup_cycle < now:
279 last_cleanup = now