Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dfrontend_local_state.ts29 private _lastUpdate = 0; property in FrontendLocalState
46 this._lastUpdate = Date.now() / 1000;
51 this._lastUpdate = Date.now() / 1000;
57 lastUpdate: this._lastUpdate,
64 if (this._lastUpdate >= frontendLocalState.lastUpdate) {