Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dglobals.ts76 export interface QuantizedLoad { interface
81 type OverviewStore = Map<string, QuantizedLoad[]>;
147 this._overviewStore = new Map<string, QuantizedLoad[]>();
Dindex.ts40 QuantizedLoad,
83 publishOverviewData(data: {[key: string]: QuantizedLoad|QuantizedLoad[]}) {
/external/perfetto/ui/src/controller/
Dtrace_controller.ts39 import {QuantizedLoad, ThreadDesc} from '../frontend/globals';
912 const schedData: {[key: string]: QuantizedLoad} = {};
945 const slicesData: {[key: string]: QuantizedLoad[]} = {};