Commit 3625b36b authored by qq_38816927's avatar qq_38816927

未使用测试入口

parent 2b8291b3
...@@ -3,6 +3,7 @@ import { hilog } from '@kit.PerformanceAnalysisKit'; ...@@ -3,6 +3,7 @@ import { hilog } from '@kit.PerformanceAnalysisKit';
import nativeApi from 'libentry.so'; import nativeApi from 'libentry.so';
import { testArkTsToArkTs } from './TestJumpClass'; import { testArkTsToArkTs } from './TestJumpClass';
import { MyFunction } from './MyFunction'; import { MyFunction } from './MyFunction';
import { promptAction } from '@kit.ArkUI'; // 未使用的依赖
//import测试区域 //import测试区域
...@@ -49,7 +50,7 @@ struct Index { ...@@ -49,7 +50,7 @@ struct Index {
} }
// 模拟耗时操作 // 模拟耗时操作
private loadData() { private loadData() {// 未使用的方法
for (let i = 0; i < 10000; i++) { for (let i = 0; i < 10000; i++) {
// 模拟数据处理 // 模拟数据处理
let temp = i * i; let temp = i * i;
...@@ -124,7 +125,6 @@ function testMyRepair(){ ...@@ -124,7 +125,6 @@ function testMyRepair(){
//自定义代码修复测试点 //自定义代码修复测试点
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment