提交 3df6857a 编写于 作者: U uoengopen

guofeng43@huawei.com

Signed-off-by: Nuoengopen <guofeng43@huawei.com>
上级 1d27428b
......@@ -186,8 +186,7 @@ describe('HidebugJsTest', function () {
console.log(JSON.stringify(res));
} catch(e) {
console.info('the file is not exists');
};
}
try {
hidebug.startProfiling('');
let temp = 100;
......@@ -216,7 +215,7 @@ describe('HidebugJsTest', function () {
console.log(JSON.stringify(res));
} catch(e) {
console.info('the file is not exists');
};
}
let str = '';
for (let i = 0; i < 1000; i++) {
str += 'abcd';
......@@ -272,8 +271,7 @@ describe('HidebugJsTest', function () {
console.log(JSON.stringify(res));
} catch(e) {
console.info('the file is not exists');
};
}
try {
hidebug.dumpHeapData('');
fileio.accessSync(path, 0);
......@@ -300,7 +298,7 @@ describe('HidebugJsTest', function () {
console.log(JSON.stringify(res));
} catch(e) {
console.info('the file is not exists');
};
}
let str = '';
for (let i = 0; i < 1000; i++) {
str += 'abcd';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册