Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dpermalink_controller.ts20 import {RecordConfig, STATE_VERSION} from '../common/state';
80 if (state.version !== STATE_VERSION) {
/external/perfetto/ui/src/common/
Dstate.ts55 export const STATE_VERSION = 3; constant
781 version: STATE_VERSION,