aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-chrome_browser_metrics_power_process__metrics__recorder__util.cc
blob: 167de82c10fa785b0e2811e7da2d2f3dad81ece6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/metrics/power/process_metrics_recorder_util.cc.orig	2022-07-22 17:30:31 UTC
+++ chrome/browser/metrics/power/process_metrics_recorder_util.cc
@@ -59,7 +59,7 @@ void RecordProcessHistograms(const char* histogram_suf
                              const ProcessMonitor::Metrics& metrics) {
   RecordAverageCPUUsage(histogram_suffix, metrics.cpu_usage);
 #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \
-    BUILDFLAG(IS_AIX)
+    BUILDFLAG(IS_AIX) || BUILDFLAG(IS_BSD)
   base::UmaHistogramCounts10000(
       base::StrCat({"PerformanceMonitor.IdleWakeups2.", histogram_suffix}),
       metrics.idle_wakeups);