Searched refs:HiPerfCallChartStruct (Results 1 – 3 of 3) sorted by relevance
30 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 { class83 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 …]
23 HiPerfCallChartStruct,214 let perfCallCutRow = TraceRow.skeleton<HiPerfCallChartStruct>();230 let hoverStruct = HiPerfCallChartStruct.hoverPerfCallCutStruct;272 HiPerfCallChartStruct.hoverPerfCallCutStruct = perfCallCutRow.getHoverStruct();
92 import { HiPerfCallChartStruct } from '../database/ui-worker/hiperf/ProcedureWorkerHiPerfCallChart';1009 HiPerfCallChartStruct.hoverPerfCallCutStruct = undefined;1035 HiPerfCallChartStruct.selectStruct = undefined;