Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Unified Diff: tools/perf/page_sets/mobile_memory.py

Issue 338883005: Add ForceGarbageCollection and PauseInteractive to ActionRunner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/perf/page_sets/top_desktop_sites_2012Q3.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/mobile_memory.py
diff --git a/tools/perf/page_sets/mobile_memory.py b/tools/perf/page_sets/mobile_memory.py
index 17261663f9744ab57fafb2f80d1959e8e774ca95..f995d426c71487f3b9f69d163dbf0f3873b1411d 100644
--- a/tools/perf/page_sets/mobile_memory.py
+++ b/tools/perf/page_sets/mobile_memory.py
@@ -32,7 +32,7 @@ class GmailPage(MobileMemoryPage):
def ReloadAndGc(self, action_runner):
action_runner.RunAction(ReloadAction())
action_runner.Wait(15)
- action_runner.RunAction(JsCollectGarbageAction())
+ action_runner.ForceGarbageCollection()
def RunStressMemory(self, action_runner):
for _ in xrange(3):
« no previous file with comments | « no previous file | tools/perf/page_sets/top_desktop_sites_2012Q3.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698