Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/bean/
DFuncStruct.ts27 funName: string | undefined; property in FuncStruct
59 …drawString(funcBeanStructCanvasCtx, funcBeanStruct.funName || '', 5, funcBeanStruct.frame, funcBea…
79 FuncStruct.selectFuncStruct.funName == data.funName
85 data.funName != null &&
86 (data.funName.toLowerCase().startsWith('binder transaction') ||
87 data.funName.toLowerCase().startsWith('binder async') ||
88 data.funName.toLowerCase().startsWith('binder reply'))
97 if (data.funName != null && data.funName.toLowerCase().includes('async')) {
DSearchFuncBean.ts19 funName: string | undefined; //"binder transaction" property in SearchFuncBean
DBoxSelection.ts257 filterFunc.funName!.indexOf('H:Task ') >= 0;
/developtools/smartperf_host/ide/test/trace/bean/
DFuncStruct.test.ts59 funName: '',
69 funName: null,
80 funName: null,
90 funName: 'funName',
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/task/
DTabPaneTaskFrames.test.ts56 funName: 'H:Task Perform: taskId : 2, executeId : 2',
69 funName: 'H:Task Perform: taskId : 3, executeId : 3',
82 funName: 'H:Task Perform: taskId : 4, executeId : 4',
317 funName: 'H:Task Perform: taskId : 2, executeId : 2',
332 funName: 'H:Task Allocation: taskId : 2, executeId : 2, priority : 1, executeState : 1',
346 funName: 'H:Task PerformTask End: taskId : 2, executeId : 2, performResult : Successful',
395 funName: 'H:Task Perform: taskId : 2, executeId : 2',
413 funName: 'H:Task Perform: taskId : 4, executeId : 4',
446 funName: 'H:Task Perform: taskId : 1, executeId : 1',
484 funName: 'H:Task Perform: taskId : 6, executeId : 8',
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/task/
DTabPaneTaskFrames.ts79 if (item.funName!.indexOf(ALLOCATION_TASK) >= 0) {
81 priorityId = TabPaneTaskFrames.getPriorityId(item.funName!);
82 executeId = TabPaneTaskFrames.getExecuteId(item.funName!);
83 } else if (item.funName!.indexOf(PERFORM_TASK) >= 0) {
87 } else if (item.funName!.indexOf(END_TASK) >= 0) {
163 let executeId = TabPaneTaskFrames.getExecuteId(data.funName!);
164 if (data.funName!.indexOf(PERFORM_TASK) >= 0) {
280 static getExecuteId(funName: string): string {
281 const executeIdMatch = funName.match(/executeId\s*:\s*(\d+)/i);
288 static getPriorityId(funName: string): number {
[all …]
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerFunc.ts139 if (FuncStruct.selectFuncStruct?.funName) {
140 if (FuncStruct.selectFuncStruct.funName.indexOf('H:Task ') >= 0) {
190 …ctx.fillStyle = ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.funName || '', 0, ColorUtils.FUNC_C…
191 …let textColor = ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.funName || '', 0, ColorUtils.FUNC_C…
193 if (FuncStruct.hoverFuncStruct && data.funName == FuncStruct.hoverFuncStruct.funName) {
202 drawString(ctx, `${data.funName || ''}`, 5, data.frame, data);
214 data.funName!.indexOf('H:Task PerformTask End:') >= 0 &&
215 data.funName!.indexOf('Successful') < 0
223 … if (flagConfig!.TaskPool === 'Enabled' && data.funName!.indexOf('H:Thread Timeout Exit') >= 0) {
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/gpufreq/
DtabPaneGpufreqDataCut.test.ts53 funName: 'funName',
96 funName: 'funName',
/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerFunc.test.ts85 funName: '',
106 funName: 'H:Task PerformTask End: taskId : 1, executeId : 1, performResult : IsCanceled',
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpProcessChart.ts104 this.processAsyncFuncArray.filter((it) => it.funName === 'deliverInputEvent'),
114 funcRow.rowId = `${asyncFuncGroups[0].funName}-${key}`;
115 funcRow.asyncFuncName = asyncFuncGroups[0].funName;
122 funcRow.name = `${asyncFuncGroups[0].funName} ${key}`;
139 res[i].funName = this.funcNameMap.get(res[i].id!);
170 type: `func-${asyncFuncGroups[0].funName}-${key}`,
633 funcRow.rowId = `${asyncFunctions[0].funName}-${it.pid}`;
634 funcRow.asyncFuncName = asyncFunctions[0].funName;
643 funcRow.name = `${asyncFunctions[0].funName}`;
660 type: `func-${asyncFunctions[0].funName}-${it.pid}`,
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DUtils.ts86 data.funName != null &&
87 (data.funName.toLowerCase().startsWith('binder transaction async') || //binder transaction
88 data.funName.toLowerCase().startsWith('binder async') ||
89 data.funName.toLowerCase().startsWith('binder reply'))
/developtools/smartperf_host/ide/src/trace/database/sql/
DFunc.sql.ts50 funName: _funName,
DSqlLite.sql.ts218 funName: string;
301 funName: string;
DCpu.sql.ts568 funName: string;
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/
DTabPaneCurrentSelection.test.ts53 funName: 'binder transaction',
217 funName: 'binder async',
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.line.ts382 … if (FuncStruct.selectFuncStruct!.funName!.indexOf('H:Task Allocation:') >= 0 && res.length > 0) {
402 } else if (FuncStruct.selectFuncStruct!.funName!.indexOf('H:Task PerformTask End:') >= 0) {
425 let executeID = TabPaneTaskFrames.getExecuteId(FuncStruct.selectFuncStruct!.funName!);
430 if (FuncStruct.selectFuncStruct!.funName!.indexOf('H:Task Perform:') >= 0) {
DSpSystemTrace.init.ts768 funName: findEntry.funName,
DSpSystemTrace.ts1723 …let funcRowID = funcStract.cookie == null ? funcStract.tid : `${funcStract.funName}-${funcStract.p…
/developtools/smartperf_host/ide/test/trace/component/chart/
DSpProcessChart.test.ts49 funName: 'deliverInputEvent',
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/process/
DTabPaneSlices.ts103 search.list = mixedResults.filter((item) => item.funName === data.name);
/developtools/smartperf_host/ide/test/trace/component/
DSpSystemTrace.test.ts371 funName: '',
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DTabPaneCurrentSelection.ts257 let name = this.transferString(data.funName ?? '');
337 queryBinderByArgsId(data.argsetid!, data.startTs!, !data.funName!.endsWith('rcv')),
1075 funName: pt.name,
1147 funName: pt.name,