Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/database/ui-worker/hiperf/
DProcedureWorkerHiPerfCallChart.ts30 renderMainThread(req: any, row: TraceRow<HiPerfCallChartStruct>): void {
48 HiPerfCallChartStruct.draw(req.context, re);
62 HiPerfCallChartStruct.hoverPerfCallCutStruct = re;
67 HiPerfCallChartStruct.hoverPerfCallCutStruct = re;
73 HiPerfCallChartStruct.hoverPerfCallCutStruct = undefined;
82 export class HiPerfCallChartStruct extends BaseStruct { class
83 static selectStruct: HiPerfCallChartStruct | undefined;
84 static hoverPerfCallCutStruct: HiPerfCallChartStruct | undefined;
124 static draw(ctx: CanvasRenderingContext2D, data: HiPerfCallChartStruct): void {
137 …if (HiPerfCallChartStruct.hoverPerfCallCutStruct && data === HiPerfCallChartStruct.hoverPerfCallCu…
[all …]
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpHiPerf.ts23 HiPerfCallChartStruct,
214 let perfCallCutRow = TraceRow.skeleton<HiPerfCallChartStruct>();
230 let hoverStruct = HiPerfCallChartStruct.hoverPerfCallCutStruct;
272 HiPerfCallChartStruct.hoverPerfCallCutStruct = perfCallCutRow.getHoverStruct();
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.ts92 import { HiPerfCallChartStruct } from '../database/ui-worker/hiperf/ProcedureWorkerHiPerfCallChart';
1009 HiPerfCallChartStruct.hoverPerfCallCutStruct = undefined;
1035 HiPerfCallChartStruct.selectStruct = undefined;