From 2b39083abb14abe5b47fe17020c27c258227db1f Mon Sep 17 00:00:00 2001 From: yeyang <746659424@qq.com> Date: Sun, 27 Nov 2022 23:42:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BD=91=E9=80=9F=E8=8E=B7?= =?UTF-8?q?=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/CPU.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/CPU.js b/model/CPU.js index 5c1e7fa..16bfea0 100644 --- a/model/CPU.js +++ b/model/CPU.js @@ -18,7 +18,7 @@ class OSUtils { let cpuUsageMS = options * 1000; cpuUsageMS = cpuUsageMS || that.cpuUsageMSDefault; const t1 = that._getCPUInfo(); // t1 时间点 CPU 信息 - + si.networkStats() await sleep(cpuUsageMS); const t2 = that._getCPUInfo(); // t2 时间点 CPU 信息