Bug 914563 - re-enable build resource recording on Windows; r=gps

This commit is contained in:
Mike Shal
2014-07-15 13:59:10 -04:00
parent 638cca3a7e
commit 037bd936ae
2 changed files with 12 additions and 18 deletions

View File

@@ -181,12 +181,6 @@ class BuildMonitor(MozbuildObject):
def start_resource_recording(self):
# This should be merged into start() once bug 892342 lands.
# Resource monitoring on Windows is currently busted because of
# multiprocessing issues. Bug 914563.
if self._is_windows():
return
self.resources.start()
self._resources_started = True