| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | KeyPathStruct.ts | 19 tsArray: Array<number>; property in KeyPathStruct 21 constructor(tid: number, threadName: string, tsArray: Array<number>) { 24 this.tsArray = []; 25 for (const ts of tsArray) { 26 this.tsArray.push(ts * nsToS);
|
| D | PerfBottomUpStruct.ts | 31 tsArray: Array<number> = [];
|
| D | FrameChartStruct.ts | 61 tsArray: Array<number> = []; property in ChartStruct
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | Utils.ts | 82 const tsArray = threads[threadKey]; constant 89 if (tid && threadName && tsArray.length > 0) { 90 const keyPath = new KeyPathStruct(tid, threadName, tsArray);
|
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerNativeNemory.ts | 493 stack.tsArray.push(...(hook.tsArray || hook.startTs)); 510 stack.tsArray.push(...(hook.tsArray || hook.startTs)); 784 threadMerageData.tsArray = [...merageData.tsArray]; 797 for (const ts of merageData.tsArray) { 798 rootMerageMap[merageData.tid].tsArray.push(ts); 936 currentNode.tsArray.push(sample.startTs); 942 currentNode.tsArray.push(sample.startTs); 1133 tsArray: Array<number> = []; property in NativeHookStatistics 1193 if (sample.tsArray && sample.tsArray.length > 0) { 1194 currentNode.tsArray.push(...sample.tsArray); [all …]
|
| D | ProcedureLogicWorkerPerf.ts | 475 perfProcessMerageData.tsArray = [...merageData.tsArray]; 485 for (const ts of merageData.tsArray) { 486 rootMerageMap[merageData.pid].tsArray.push(ts); 865 existingNode.tsArray.push(...sample.ts.split(',').map(Number)); 876 newNode.tsArray = sample.ts.split(',').map(Number); 903 clonePerfBottomUpStruct.tsArray = [...perfBottomUpStruct.tsArray]; 937 for (const ts of perfBottomUpStruct.tsArray) { 938 bottomUpStruct.tsArray.push(ts); 972 copyParent.tsArray = [...perfBottomUpStruct.tsArray]; 1157 currentNode.tsArray.push(...sample.ts.split(',').map(Number));
|
| D | ProcedureLogicWorkerFileSystem.ts | 801 fileMerageBean.tsArray = [...mergeData.tsArray]; 810 for (const ts of mergeData.tsArray) { 811 rootMerageMap[mergeData.pid].tsArray.push(ts); 1075 currentNode.tsArray.push(sample.ts);
|
| D | ProcedureLogicWorkerCommon.ts | 29 tsArray: Array<number> = []; // 每个绘制的函数由哪些时间点的样本组成 property in ChartStruct
|
| /developtools/smartperf_host/ide/test/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerPerf.test.ts | 657 tsArray: [] 659 …expect(procedureLogicWorkerPerf.copyParentNode(perfBottomUpStruct, { parentNode: 1 ,tsArray: []}))… 666 tsArray: [] 668 …expect(procedureLogicWorkerPerf.copyParentNode(perfBottomUpStruct, { parentNode: 1, tsArray: []}))… 682 tsArray: []
|
| D | ProcedureLogicWorkerNativeNemory.test.ts | 150 tsArray: [], 154 traverseTree(stack, {countArray: [],startTs: 23, tsArray: [],count: 0})).toBeUndefined(); 168 tsArray: [], 171 …orkerNativeMemory.traverseSampleTree(stack, {countArray: [],startTs: 23, tsArray: [],count: 0})).t… 726 tsArray: []
|
| D | ProcedureLogicWorkerFileSystem.test.ts | 328 tsArray: [],
|
| /developtools/smartperf_host/ide/src/trace/database/sql/ |
| D | Cpu.sql.ts | 28 sqlArray.push(` or (tid = ${thread.tid} and ts in (${thread.tsArray}))`);
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/ |
| D | TabPerfBottomUp.ts | 149 detail: {time: bottomUpData.tsArray},
|
| D | TabPerfProfile.ts | 316 detail: { time: data.tsArray },
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/ |
| D | TabPaneFileSystemCalltree.ts | 560 detail: {time: data.tsArray, durations: data.durArray},
|
| D | TabPaneCallTree.ts | 606 detail: { time: data.tsArray, durations: data.durArray },
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMCallTree.ts | 769 detail: { time: event.detail.tsArray, counts: event.detail.countArray },
|
| /developtools/smartperf_host/ide/src/trace/component/chart/ |
| D | FrameChart.ts | 755 time: ChartStruct.selectFuncStruct.tsArray,
|