Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dtopbar.ts93 const msgTTL = globals.state.status.timestamp + 1 - Date.now() / 1e3; constant
99 if (msgTTL > 0 || enginesAreBusy) {
101 () => globals.rafScheduler.scheduleFullRedraw(), msgTTL * 1000);