Searched refs:maxDepth (Results 1 – 12 of 12) sorted by relevance
| /developtools/smartperf_host/ide/src/trace/component/chart/ |
| D | SpFrameTimeChart.ts | 119 let maxDepth: number = 1; 122 if (item.depth! >= maxDepth) { 123 maxDepth = item.depth! + 1; 130 let maxHeight: number = maxDepth * unitHeight; 172 let maxDepth: number = 1; 175 if (item.depth! >= maxDepth) { 176 maxDepth = item.depth! + 1; 184 let maxHeight: number = maxDepth * unitHeight; 331 let maxDepth = 0; 338 if (item.depth > maxDepth) { [all …]
|
| D | SpProcessChart.ts | 72 private processSoMaxDepth: { pid: number; maxDepth: number }[] = []; 210 this.threadFuncMaxDepthMap.set(`${it.ipid}-${it.tid}`, it.maxDepth); 322 soRow = this.addSoInitRow(processRow, maxSoDepth.maxDepth); 344 let maxDepth: number = 1; 348 if (expectedItem.depth! >= maxDepth) { 349 maxDepth = expectedItem.depth! + 1; 360 let maxHeight: number = maxDepth * unitHeight; 398 let maxDepth: number = 1; 402 if (actualItem.depth! >= maxDepth) { 403 maxDepth = actualItem.depth! + 1; [all …]
|
| D | SpArkTsChart.ts | 113 let maxHeight = res.maxDepth * 20;
|
| D | SpHiPerf.ts | 257 let maxHeight = res.maxDepth * 20;
|
| /developtools/smartperf_host/ide/src/trace/database/data-trafic/ |
| D | ArkTsSender.ts | 73 maxDepth: res.maxDepth,
|
| D | ArkTsReceiver.ts | 40 maxDepth: number; constant 55 maxDepth: 1, 298 if (item.depth + 1 > jsDataCache.maxDepth) { 299 jsDataCache.maxDepth = item.depth + 1; 358 maxDepth: jsDataCache.maxDepth, 403 jsDataCache.maxDepth = 1;
|
| /developtools/smartperf_host/ide/src/trace/database/data-trafic/hiperf/ |
| D | HiperfCallChartSender.ts | 109 maxDepth: res.maxDepth,
|
| D | HiperfCallChartReceiver.ts | 38 maxDepth: number; constant 42 maxDepth: 1, 136 if (item.depth + 1 > dataCache.maxDepth) { 137 dataCache.maxDepth = item.depth + 1; 185 maxDepth: dataCache.maxDepth, 390 dataCache.maxDepth = 1;
|
| /developtools/smartperf_host/ide/test/trace/component/chart/ |
| D | SpProcessChart.test.ts | 115 maxDepth: 1, 119 maxDepth: 2,
|
| /developtools/smartperf_host/ide/src/trace/database/sql/ |
| D | ProcessThread.sql.ts | 525 export const queryProcessSoMaxDepth = (): Promise<Array<{ pid: number; maxDepth: number }>> =>
|
| /developtools/profiler/device/plugins/native_hook/src/ |
| D | hook_client.cpp | 307 static int inline __attribute__((always_inline)) FpUnwind(int maxDepth, uint64_t *ip, int stackSize) in FpUnwind() argument 314 while (depth < maxDepth) { in FpUnwind()
|
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerPerf.ts | 21 const maxDepth: number = 256; constant 397 if (currentCallChain.length > maxDepth) {
|