Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 72c9c0bd54a86cce02e64a1b9fe8b6c3e57851b4
      
https://github.com/WebKit/WebKit/commit/72c9c0bd54a86cce02e64a1b9fe8b6c3e57851b4
  Author: Ben Schwartz <ben_schwa...@apple.com>
  Date:   2024-07-10 (Wed, 10 Jul 2024)

  Changed paths:
    M Tools/Scripts/webkitpy/xcode/simulated_device.py
    M Tools/Scripts/webkitpy/xcode/simulated_device_unittest.py

  Log Message:
  -----------
  Disable chronod when booting simulated devices for testing.
rdar://130111123
https://bugs.webkit.org/show_bug.cgi?id=275623

Reviewed by Elliott Williams.

We're observing abnormally large memory usage from widgets-related processes on 
the
iOS simulator. To combat this during investigation, we should unload `chronod` 
at
simulator startup.

* Tools/Scripts/webkitpy/xcode/simulated_device.py:
(SimulatedDeviceManager.Runtime.__init__): Add runtime.root (path to simulator 
runtime root).
(SimulatedDeviceManager._create_device_with_runtime): Pass runtime root path to 
device init method.
(SimulatedDevice.__init__): Add device.runtime_root (path to simulator runtime 
root).
* Tools/Scripts/webkitpy/xcode/simulated_device_unittest.py: Update mock data 
to include runtimeRoot.

Canonical link: https://commits.webkit.org/280818@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to