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

Issue 1027133002: Run GC after each memory test page (Closed)

Created:
5 years, 9 months ago by kouhei (in TOK)
Modified:
5 years, 9 months ago
Reviewers:
haraken, nednguyen, Sami
CC:
chromium-reviews, telemetry-reviews_chromium.org, haraken, peria
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Run GC after each memory test page Before this CL, no GC was run in between test, so setting --pageset-repeat > 1 lead to increased memory usage per test run, reporting inaccurate results. This CL forces V8 GC (and attached Oilpan GC) after each test run for stable result. More background: Blink used to trigger V8 major GC after page unload, but this was changed to less aggressive GC since r181187, suspected as source of this "leak". BUG=465997 Committed: https://crrev.com/f2808ea1b048cf19cd175be3b8f986a7dd4e7559 Cr-Commit-Position: refs/heads/master@{#322318}

Patch Set 1 #

Patch Set 2 : revert unwanted change #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M tools/perf/measurements/memory.py View 1 1 chunk +3 lines, -0 lines 3 comments Download

Messages

Total messages: 14 (4 generated)
kouhei (in TOK)
5 years, 9 months ago (2015-03-23 09:26:56 UTC) #2
haraken
LGTM https://codereview.chromium.org/1027133002/diff/20001/tools/perf/measurements/memory.py File tools/perf/measurements/memory.py (right): https://codereview.chromium.org/1027133002/diff/20001/tools/perf/measurements/memory.py#newcode26 tools/perf/measurements/memory.py:26: tab.CollectGarbage() Just to confirm, but will this trigger ...
5 years, 9 months ago (2015-03-23 09:41:42 UTC) #4
kouhei (in TOK)
On 2015/03/23 09:41:42, haraken wrote: > LGTM > > https://codereview.chromium.org/1027133002/diff/20001/tools/perf/measurements/memory.py > File tools/perf/measurements/memory.py (right): > ...
5 years, 9 months ago (2015-03-23 10:21:10 UTC) #5
kouhei (in TOK)
5 years, 9 months ago (2015-03-24 01:16:56 UTC) #7
nednguyen
https://codereview.chromium.org/1027133002/diff/20001/tools/perf/measurements/memory.py File tools/perf/measurements/memory.py (right): https://codereview.chromium.org/1027133002/diff/20001/tools/perf/measurements/memory.py#newcode26 tools/perf/measurements/memory.py:26: tab.CollectGarbage() What happen if the tab is already crashed ...
5 years, 9 months ago (2015-03-24 01:21:14 UTC) #8
kouhei (in TOK)
https://codereview.chromium.org/1027133002/diff/20001/tools/perf/measurements/memory.py File tools/perf/measurements/memory.py (right): https://codereview.chromium.org/1027133002/diff/20001/tools/perf/measurements/memory.py#newcode26 tools/perf/measurements/memory.py:26: tab.CollectGarbage() On 2015/03/24 01:21:14, nednguyen wrote: > What happen ...
5 years, 9 months ago (2015-03-24 02:25:22 UTC) #9
nednguyen
lgtm
5 years, 9 months ago (2015-03-25 17:46:30 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1027133002/20001
5 years, 9 months ago (2015-03-26 00:37:48 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 9 months ago (2015-03-26 04:32:19 UTC) #13
commit-bot: I haz the power
5 years, 9 months ago (2015-03-26 04:32:49 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/f2808ea1b048cf19cd175be3b8f986a7dd4e7559
Cr-Commit-Position: refs/heads/master@{#322318}

Powered by Google App Engine
This is Rietveld 408576698