未验证 提交 e6da9f19 编写于 作者: O openharmony_ci 提交者: Gitee

!3363 修改hidebug js xts用例14

Merge pull request !3363 from uoengopen/local
......@@ -323,8 +323,8 @@ describe('HidebugJsTest', function () {
console.log('************* DFX_DFR_Hiprofiler_Interface_0014 Test start*************');
try {
let temp = -1;
for(let i=0;i<101;i++){
for(let j=0;j<101;j++){
for(let i=0;i<=101;i++){
for(let j=0;j<=101;j++){
if(i+j == 202){
temp = hidebug.getCpuUsage();
console.info("CpuUsage is " + temp);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册