From 07e7bd5be6eac6224dd487dbc9237fd35b1eccc0 Mon Sep 17 00:00:00 2001 From: wenlong12 Date: Thu, 31 Oct 2024 08:47:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=81=AB=E7=84=B0=E5=9B=BE=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=89=80=E6=9C=89=E5=A0=86=E6=A0=88=E4=BF=A1=E6=81=AF=20Signed?= =?UTF-8?q?-off-by:wenlong12=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wenlong12 --- script/report.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/script/report.html b/script/report.html index c171fec..87b5cfc 100644 --- a/script/report.html +++ b/script/report.html @@ -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:''}); }