Bug 1858634 - Sample mach build at 10Hz instead of 1Hz to have smoother charts in build profiles, r=glandium.
Depends on D190768 Differential Revision: https://phabricator.services.mozilla.com/D190769
This commit is contained in:
@@ -187,7 +187,7 @@ class BuildMonitor(MozbuildObject):
|
||||
warnings_path is a path of a warnings database to use.
|
||||
"""
|
||||
self._warnings_path = warnings_path
|
||||
self.resources = SystemResourceMonitor(poll_interval=1.0)
|
||||
self.resources = SystemResourceMonitor(poll_interval=0.1)
|
||||
self._resources_started = False
|
||||
|
||||
self.tiers = TierStatus(self.resources)
|
||||
|
||||
Reference in New Issue
Block a user