/developtools/smartperf_host/ide/src/trace/bean/ |
D | BoxSelection.ts | 136 pushSampleData(it: TraceRow<unknown>): void { 137 if (it.rowType === TraceRow.ROW_TYPE_SAMPLE) { 138 let dataList: SampleStruct[] = JSON.parse(JSON.stringify(it.dataList)); 157 pushCpus(it: TraceRow<unknown>): void { 158 if (it.rowType === TraceRow.ROW_TYPE_CPU) { 159 this.cpus.push(parseInt(it.rowId!)); 160 info('load CPU traceRow id is : ', it.rowId); 165 pushCpuStateFilterIds(it: TraceRow<unknown>): void { 166 if (it.rowType === TraceRow.ROW_TYPE_CPU_STATE_ALL) { 167 it.childrenList.forEach((child) => { [all …]
|
/developtools/smartperf_host/ide/test/trace/component/trace/base/ |
D | Utils.test.ts | 21 it('Utils Test01', () => { 27 it('Utils Test02', () => { 32 it('Utils Test03', () => { 36 it('Utils Test04', () => { 40 it('Utils Test05', () => { 44 it('Utils Test06', () => { 48 it('Utils Test07', () => { 51 it('Utils Test08', () => { 55 it('Utils Test09', () => { 59 it('Utils Test09', () => { [all …]
|
D | TraceRow.test.ts | 36 it('TraceRow Test01', () => { 40 it('TraceRow Test02', () => { 44 it('TraceRow Test03', () => { 49 it('TraceRow Test04', () => { 54 it('TraceRow Test05', () => { 58 it('TraceRow Test06', () => { 63 it('TraceRow Test10', () => { 83 it('TraceRow Test11', () => { 105 it('TraceRow Test12', () => { 125 it('TraceRow Test13', () => { [all …]
|
/developtools/smartperf_host/ide/test/trace/database/logic-worker/ |
D | ProcedureLogicWorkerCommon.test.ts | 31 it('ChartStructTest', function () { 36 it('MsgTest', function () { 41 it('MerageBeanTest01', function () { 46 it('MerageBeanTest02', function () { 52 it('MerageBeanTest03', function () { 58 it('MerageBeanTest04', function () { 64 it('MerageBeanTest05', function () { 70 it('MerageBeanTest06', function () { 75 it('MerageBeanTest30', function () { 81 it('MerageBeanTest30', function () { [all …]
|
D | ProcedureLogicWorkerFileSystem.test.ts | 34 it('procedureLogicWorkerFileSystemTest', function () { 39 it('procedureLogicWorkerFileSystemTest01', function () { 47 it('procedureLogicWorkerFileSystemTest35', function () { 58 it('procedureLogicWorkerFileSystemTest36', function () { 68 it('procedureLogicWorkerFileSystemTest37', function () { 84 it('procedureLogicWorkerFileSystemTest38', function () { 95 it('procedureLogicWorkerFileSystemTest39', function () { 107 it('procedureLogicWorkerFileSystemTest07', function () { 112 it('procedureLogicWorkerFileSystemTest08', function () { 123 it('procedureLogicWorkerFileSystemTest09', function () { [all …]
|
D | ProcedureLogicWorkerPerf.test.ts | 31 it('ProcedureLogicWorkerPerfTest', function () { 36 it('ProcedureLogicWorkerPerfTest01', function () { 52 it('ProcedureLogicWorkerPerfTest02', function () { 68 it('ProcedureLogicWorkerPerfTest03', function () { 84 it('ProcedureLogicWorkerPerfTest04', function () { 100 it('ProcedureLogicWorkerPerfTest05', function () { 117 it('ProcedureLogicWorkerPerfTest06', function () { 133 it('ProcedureLogicWorkerPerfTest07', function () { 150 it('ProcedureLogicWorkerPerfTest08', function () { 155 it('ProcedureLogicWorkerPerfTest19', function () { [all …]
|
D | ProcedureLogicWorkerNativeNemory.test.ts | 36 it('ProcedureLogicWorkerNativeNemoryTest01', function () { 40 it('ProcedureLogicWorkerNativeNemoryTest02', function () { 61 it('ProcedureLogicWorkerNativeNemoryTest03', function () { 66 it('ProcedureLogicWorkerNativeNemoryTest04', function () { 80 it('ProcedureLogicWorkerNativeNemoryTest05', function () { 103 it('ProcedureLogicWorkerNativeNemoryTest06', function () { 108 it('ProcedureLogicWorkerNativeNemoryTest08', function () { 113 it('ProcedureLogicWorkerNativeNemoryTest09', function () { 117 it('ProcedureLogicWorkerNativeNemoryTest11', function () { 121 it('ProcedureLogicWorkerNativeNemoryTest12', function () { [all …]
|
/developtools/smartperf_host/ide/test/hdc/message/ |
D | TransferConfig.test.ts | 20 it('TransferConfigTest01', function () { 24 it('TransferConfigTest02', function () { 28 it('TransferConfigTest03', function () { 33 it('TransferConfigTest04', function () { 37 it('TransferConfigTest05', function () { 42 it('TransferConfigTest06', function () { 46 it('TransferConfigTest07', function () { 51 it('TransferConfigTest08', function () { 55 it('TransferConfigTest09', function () { 60 it('TransferConfigTest10', function () { [all …]
|
D | DataMessage.test.ts | 22 it('DataMessageTest01', function () { 26 it('DataMessageTest02', function () { 30 it('DataMessageTest03', function () { 35 it('DataMessageTest04', function () { 39 it('DataMessageTest05', function () { 44 it('DataMessageTest06', function () { 48 it('DataMessageTest07', function () { 53 it('DataMessageTest08', function () { 57 it('DataMessageTest09', function () { 62 it('DataMessageTest10', function () { [all …]
|
D | SessionHandShake.test.ts | 20 it('SessionHandShakeTest01', function () { 24 it('SessionHandShakeTest02', function () { 28 it('SessionHandShakeTest03', function () { 33 it('SessionHandShakeTest04', function () { 37 it('SessionHandShakeTest05', function () { 42 it('SessionHandShakeTest06', function () { 46 it('SessionHandShakeTest07', function () { 51 it('SessionHandShakeTest08', function () { 55 it('SessionHandShakeTest9', function () { 60 it('SessionHandShakeTest10', function () { [all …]
|
/developtools/smartperf_host/ide/src/trace/database/data-trafic/utils/ |
D | DataFilter.ts | 36 let it = groups[key] as unknown[]; 37 if (it.length > 0) { 39 for (let i = 0; i < it.length; i++) { 40 if (i === it.length - 1) { 42 if (it[i][durKey] === undefined || it[i][durKey] === null) { 44 it[i][durKey] = (endNS || 0) - (it[i][startKey] || 0); 48 if (it[i][durKey] === undefined || it[i][durKey] === null) { 50 it[i][durKey] = (it[i + 1][startKey] || 0) - (it[i][startKey] || 0); 54 if (it[i][durKey] >= pns || it.length < 100) { 56 it[i].v = true; [all …]
|
/developtools/smartperf_host/ide/src/base-ui/chart/column/ |
D | LitChartColumn.ts | 72 this.data.forEach((it) => (it.hover = false)); 79 this.data.forEach((it) => { 80 if (contains(it.bgFrame!, x, y)) { 81 it.hover = true; //@ts-ignore 82 this.litChartColumnCfg?.hoverHandler?.(it.obj.no); 84 it.hover = false; 87 let pillars = this.data.filter((it) => it.hover); 91 let messageEl = pillars.map((it) => `<label>${it.type}: ${it.yLabel}</label>`).join(''); 106 if (this.data.filter((it) => it.process).length === 0) { 126 this.data.forEach((it) => { [all …]
|
/developtools/smartperf_host/ide/test/trace/ |
D | SpApplication.test.ts | 46 it('spApplicationTest01', function () { 51 it('spApplicationTest02', function () { 56 it('spApplicationTest03', function () { 61 it('spApplicationTest04', function () { 66 it('spApplicationTest05', function () { 71 it('spApplicationTest06', function () { 76 it('spApplicationTest07', function () { 81 it('spApplicationTest08', function () { 86 it('spApplicationTest09', function () { 90 it('spApplicationTest10', function () { [all …]
|
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/ |
D | TabPaneFilter.test.ts | 21 it('TabPaneFilterTest01', function () { 25 it('TabPaneFilterTest02', function () { 29 it('TabPaneFilterTest03', function () { 33 it('TabPaneFilterTest04', function () { 38 it('TabPaneFilterTest05', function () { 42 it('TabPaneFilterTest08', function () { 47 it('TabPaneFilterTest09', function () { 52 it('TabPaneFilterTest06', function () { 57 it('TabPaneFilterTest010', function () { 62 it('TabPaneFilterTest011', function () { [all …]
|
/developtools/smartperf_host/ide/test/base-ui/tree/ |
D | LitTreeNode.test.ts | 33 it('LitTreeNodeTest01', () => { 36 it('LitTreeNodeTest02', () => { 39 it('LitTreeNodeTest03', () => { 42 it('LitTreeNodeTest04', () => { 45 it('LitTreeNodeTest05', () => { 48 it('LitTreeNodeTest06', () => { 51 it('LitTreeNodeTest07', () => { 54 it('LitTreeNodeTest07', () => { 57 it('LitTreeNodeTest08', () => { 60 it('LitTreeNodeTest09', () => { [all …]
|
D | LitTree.test.ts | 24 it('litTreeTest01', () => { 27 it('litTreeTest02', () => { 30 it('litTreeTest03', () => { 33 it('litTreeTest04', () => { 36 it('litTreeTest05', () => { 39 it('litTreeTest06', () => { 42 it('litTreeTest07', () => { 45 it('litTreeTest08', () => { 48 it('litTreeTest09', () => { 51 it('litTreeTest10', () => { [all …]
|
/developtools/smartperf_host/ide/test/trace/component/setting/ |
D | SpSdkConfig.test.ts | 19 it('spSdkConfigTest01', function () { 24 it('spSdkConfigTest02', function () { 29 it('spSdkConfigTest03', function () { 34 it('spSdkConfigTest04', function () { 39 it('spSdkConfigTest05', function () { 44 it('spSdkConfigTest06', function () { 49 it('spSdkConfigTest07', function () { 54 it('spSdkConfigTest08', function () { 59 it('spSdkConfigTest09', function () { 63 it('spSdkConfigTest10', function () { [all …]
|
/developtools/smartperf_host/ide/test/base-ui/select/ |
D | LitSelectV.test.ts | 20 it('LitSelectVTest01', function () { 23 it('LitSelectVTest02', function () { 27 it('LitSelectVTest06', function () { 31 it('LitSelectVTest03', function () { 34 it('LitSelectVTest04', function () { 38 it('LitSelectVTest05', function () { 42 it('LitSelectVTest07', function () { 46 it('LitSelectVTest08', function () { 50 it('LitSelectVTest14', function () { 54 it('LitSelectVTest09', function () { [all …]
|
/developtools/profiler/device/services/profiler_service/src/ |
D | profiler_capability_manager.cpp | 35 for (auto it = pluginCapabilities_.begin(); it != pluginCapabilities_.end(); it++) { in AddCapability() local 36 CHECK_TRUE(it->name() != capability.name(), false, in AddCapability() 37 "capability.name conflict with %zu", (it - pluginCapabilities_.begin())); in AddCapability() 65 for (auto it = pluginCapabilities_.begin(); it != pluginCapabilities_.end(); it++) { in UpdateCapability() local 66 if (it->name() == capability.name()) { in UpdateCapability() 67 *it = capability; in UpdateCapability() 68 …PROFILER_LOG_WARN(LOG_CORE, "UpdateCapability(%s, %s) SUCCESS!", it->name().c_str(), it->path().c_… in UpdateCapability() 78 for (auto it = pluginCapabilities_.begin(); it != pluginCapabilities_.end(); it++) { in RemoveCapability() local 79 if (it->name() == name) { in RemoveCapability() 80 …OFILER_LOG_INFO(LOG_CORE, "RemoveCapability({%s, %s}) SUCCESS!", it->name().c_str(), it->path().c_… in RemoveCapability() [all …]
|
/developtools/smartperf_host/ide/test/base-ui/slider/ |
D | LitSlider.test.ts | 28 it('LitSliderTest01', () => { 32 it('LitSliderTest02', () => { 36 it('LitSliderTest03', () => { 40 it('LitSliderTest04', () => { 44 it('LitSliderTest05', () => { 48 it('LitSliderTest06', () => { 52 it('LitSliderTest07', () => { 56 it('LitSliderTest9', () => { 60 it('LitSliderTest10', () => { 64 it('LitSliderTest11', () => { [all …]
|
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/binder/ |
D | TabPaneBinders.ts | 65 binderList.forEach((it: BinderItem) => { 66 if (group[`${it.pid}`]) { 67 let process = group[`${it.pid}`]; 69 let thread = process.children.find((child: BinderGroup) => child.title === `T-${it.tid}`); 72 thread.binderTransactionCount += it.name === 'binder transaction' ? 1 : 0; 73 thread.binderAsyncRcvCount += it.name === 'binder async rcv' ? 1 : 0; 74 thread.binderReplyCount += it.name === 'binder reply' ? 1 : 0; 75 thread.binderTransactionAsyncCount += it.name === 'binder transaction async' ? 1 : 0; 78 title: `T-${it.tid}`, 80 binderTransactionCount: it.name === 'binder transaction' ? 1 : 0, [all …]
|
/developtools/smartperf_host/ide/test/hdc/common/ |
D | ObjectToMemory.test.ts | 18 it('ObjectToMemoryTest_objectToSize_01', () => { 22 it('ObjectToMemoryTest_objectToSize_02', () => { 26 it('ObjectToMemoryTest_objectToSize_03', () => { 30 it('ObjectToMemoryTest_objectToSize_04', () => { 34 it('ObjectToMemoryTest_objectToSize_05', () => { 38 it('ObjectToMemoryTest_sizeOfObj_01', () => { 42 it('ObjectToMemoryTest_sizeOfObj_02', () => { 46 it('ObjectToMemoryTest_sizeOfObj_03', () => { 50 it('ObjectToMemoryTest_sizeOfObj_04', () => { 54 it('ObjectToMemoryTest_sizeOfObj_05', () => { [all …]
|
/developtools/smartperf_host/ide/test/base-ui/drawer/ |
D | LitDrawer.test.ts | 24 it('LitDrawerTest01', () => { 28 it('LitDrawerTest02', () => { 32 it('LitDrawerTest03', () => { 36 it('LitDrawerTest04', () => { 40 it('LitDrawerTest05', () => { 44 it('LitDrawerTest06', () => { 48 it('LitDrawerTest07', () => { 53 it('LitDrawerTest08', () => { 58 it('LitDrawerTest09', () => { 63 it('LitDrawerTest10', () => { [all …]
|
/developtools/smartperf_host/ide/test/trace/component/ |
D | SpSystemTrace.test.ts | 84 it('SpSystemTraceTest01', function () { 88 it('SpSystemTraceTest02', function () { 93 it('SpSystemTraceTest03', function () { 97 it('SpSystemTraceTest04', function () { 101 it('SpSystemTraceTest05', function () { 105 it('SpSystemTraceTest06', function () { 110 it('SpSystemTraceTest07', function () { 114 it('SpSystemTraceTest08', function () { 118 it('SpSystemTraceTest09', function () { 122 it('SpSystemTraceTest11', function () { [all …]
|
/developtools/smartperf_host/ide/src/base-ui/chart/pie/ |
D | LitChartPie.ts | 174 this.data.forEach((it) => { 176 it.hover = it.obj.isHover; 177 if (it.hover) { 180 this.updateHoverItemStatus(it); 181 if (it.hover) { 185 this.litChartPieConfig!.tip ? this.litChartPieConfig!.tip(it) : `${it.key}: ${it.value}` 266 this.data.forEach((it) => { 267 it.hover = degree >= it.startDegree! && degree <= it.endDegree!; 268 this.updateHoverItemStatus(it); // @ts-ignore 269 it.obj.isHover = it.hover; [all …]
|