Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dtrace_controller.ts408 const schedData: {[key: string]: QuantizedLoad} = {}; constant
412 schedData[cpu] = {startSec, endSec, load};
415 globals.publish('OverviewData', schedData);