aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_performance__monitor_process__metrics__recorder__util.cc
blob: c88046d4002ea678e6f0da2d13a25d86d2b13a2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/performance_monitor/process_metrics_recorder_util.cc.orig	2022-05-19 14:06:27 UTC
+++ chrome/browser/performance_monitor/process_metrics_recorder_util.cc
@@ -43,7 +43,7 @@ void RecordProcessHistograms(const char* histogram_suf
       kCPUUsageHistogramMax, kCPUUsageHistogramBucketCount);
 #endif
 #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \
-    BUILDFLAG(IS_AIX)
+    BUILDFLAG(IS_AIX) || BUILDFLAG(IS_BSD)
   base::UmaHistogramCounts10000(
       base::StrCat({"PerformanceMonitor.IdleWakeups.", histogram_suffix}),
       metrics.idle_wakeups);