Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dglobals.ts112 export interface QuantizedLoad { interface
117 type OverviewStore = Map<string, QuantizedLoad[]>;
200 this._overviewStore = new Map<string, QuantizedLoad[]>();
Dindex.ts45 QuantizedLoad,
97 publishOverviewData(data: {[key: string]: QuantizedLoad|QuantizedLoad[]}) {
/external/perfetto/ui/src/controller/
Dtrace_controller.ts34 import {QuantizedLoad, ThreadDesc} from '../frontend/globals';
408 const schedData: {[key: string]: QuantizedLoad} = {};
441 const slicesData: {[key: string]: QuantizedLoad[]} = {};