Home
last modified time | relevance | path

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

/developtools/smartperf_host/smartperf_host/ide/src/trace/component/
DSpSystemTrace.event.ts298 function cpuClickHandlerTask(threadRow: TraceRow<unknown>, sp: SpSystemTrace, d: CpuStruct): void { function
374 cpuClickHandlerTask(threadRow, sp, d);
378 threadRow!.onComplete = (): void => cpuClickHandlerTask(threadRow, sp, d);