Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dcpu_profile_controller.ts18 import {CpuProfileDetails} from '../frontend/globals';
61 const cpuProfileDetails: CpuProfileDetails = {
/external/perfetto/ui/src/frontend/
Dglobals.ts105 export interface CpuProfileDetails { interface
166 private _cpuProfileDetails?: CpuProfileDetails = undefined;
346 set cpuProfileDetails(click: CpuProfileDetails) {
Dindex.ts41 CpuProfileDetails,
186 publishCpuProfileDetails(details: CpuProfileDetails) {