Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dglobals.ts35 export interface QuantizedLoad { interface
40 type OverviewStore = Map<string, QuantizedLoad[]>;
79 this._overviewStore = new Map<string, QuantizedLoad[]>();
Dindex.ts24 import {globals, QuantizedLoad, SliceDetails, ThreadDesc} from './globals';
50 publishOverviewData(data: {[key: string]: QuantizedLoad | QuantizedLoad[]}) {
/external/perfetto/ui/src/controller/
Dtrace_controller.ts28 import {QuantizedLoad, ThreadDesc} from '../frontend/globals';
531 const schedData: {[key: string]: QuantizedLoad} = {};
555 const slicesData: {[key: string]: QuantizedLoad[]} = {};