!629 火焰图显示所有堆栈信息

Merge pull request !629 from wenlong_12/master
This commit is contained in:
openharmony_ci 2024-11-11 10:08:10 +00:00 committed by Gitee
commit 954da67aca
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -4131,7 +4131,6 @@ input{
let funcId = c[i].symbol;
let percent = c[i].subEvents * 100 / parentEvents;
let percent2 = c[i].subEvents * 100 / this.sumCount;
if (percent2 < 0.1) continue // 过滤掉 百分比为0.1一下的节点
let heatColor = this.getColor(percent2, funName);
let w = rect.w * (percent / 100.0);
if (w < 1) {
@ -4202,7 +4201,6 @@ input{
let funcId = c[i].symbol;
let percent = c[i].subEvents * 100 / parentEvents;// sumCount;
let percent2 = c[i].subEvents * 100 / this.sumCount;
if (percent2 < 0.1) continue // 过滤掉 百分比为0.1一下的节点
let heatColor = this.getColor(percent2, funName);
let w = rect.w * (percent / 100.0);
if (w < 1) {
@ -4420,7 +4418,7 @@ input{
if (json.osVersion) {
rows.push({key: 'OS Version', value: json.osVersion,time:''});
}
rows.push({key: 'Script Version', value: '1.0.0.240604',time:''});
rows.push({key: 'Script Version', value: '1.0.0.241031',time:''});
if (json.deviceCommandLine) {
rows.push({key:'Record cmdline',value: json.deviceCommandLine,time:''});
}