提交 245830d3 编写于 作者: U uoengopen

guofeng43@huawei.com

Signed-off-by: Nuoengopen <guofeng43@huawei.com>
上级 a52ea80f
......@@ -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.
先完成此消息的编辑!
想要评论请 注册