Searched refs:hashFunc (Results 1 – 12 of 12) sorted by relevance
/developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
D | ProcedureWorkerSoInit.ts | 192 …ctx.fillStyle = ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.soName || '', 0, ColorUtils.FUNC_CO… 193 …let textColor = ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.soName || '', 0, ColorUtils.FUNC_CO…
|
D | ProcedureWorkerBpftrace.ts | 198 …ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.name || '', data.depth, ColorUtils.FUNC_COLOR.lengt… 200 …ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.name || '', data.depth, ColorUtils.FUNC_COLOR.lengt…
|
D | ProcedureWorkerAllAppStartup.ts | 109 … ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.stepName || '', 0, ColorUtils.FUNC_COLOR.length)];
|
D | ProcedureWorkerAppStartup.ts | 124 … ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.stepName || '', 0, ColorUtils.FUNC_COLOR.length)];
|
D | ProcedureWorkerCpuProfiler.ts | 275 … ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.name || '', 0, ColorUtils.FUNC_COLOR.length)]; 285 … ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.name || '', 0, ColorUtils.FUNC_COLOR.length)]
|
D | procedureWorkerBinder.ts | 148 … ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.name || '', 0, ColorUtils.FUNC_COLOR.length)]
|
D | ProcedureWorkerFunc.ts | 211 …ctx.fillStyle = ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.funName || '', 0, ColorUtils.FUNC_C… 212 …let textColor = ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.funName || '', 0, ColorUtils.FUNC_C…
|
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/bpftrace/ |
D | TabPaneSampleInstruction.ts | 358 …ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.name || '', data.depth!, ColorUtils.FUNC_COLOR.leng… 360 …ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.name || '', data.depth!, ColorUtils.FUNC_COLOR.leng…
|
D | TabPaneSampleInstructionSelection.ts | 384 …ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.name || '', data.depth!, ColorUtils.FUNC_COLOR.leng… 386 …ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.name || '', data.depth!, ColorUtils.FUNC_COLOR.leng…
|
/developtools/smartperf_host/ide/src/trace/component/trace/base/ |
D | ColorUtils.ts | 186 public static hashFunc(str: string, depth: number, max: number): number { method in ColorUtils
|
/developtools/smartperf_host/ide/src/trace/database/ui-worker/hiperf/ |
D | ProcedureWorkerHiPerfCallChart.ts | 144 …ctx.fillStyle = ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.name || '', 0, ColorUtils.FUNC_COLO…
|
/developtools/smartperf_host/ide/test/trace/database/ui-worker/ |
D | ProcedureWorkerCommon.test.ts | 245 expect(ColorUtils.hashFunc('', 10, 10)).toBe(3);
|