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

Issue 523024: [Mac] address perf regressions on bots... (Closed)

Created:
10 years, 11 months ago by TVL
Modified:
9 years, 7 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews_googlegroups.com, John Grabowski, pam+watch_chromium.org, brettw+cc_chromium.org
Visibility:
Public.

Description

[Mac] address perf regressions on bots This isn't the prettiest, but it should get the perf back where we want it. If the file we're asked to exclude is in /var or /private, ignore it. The problem on the bots is the TimeMachine prefs plist is growing unbounded as we keep adding 4 files each run for temporary profiles. The load/modify/write gets slower with each addition. This quick/dirty check to avoid that. Since the original bug for the backup of this data is still open, I figure landing this is the right thing to do until that is fully addressed. BUG=25959, 30002 TEST=page cycles, browser_tests all get back to being fast. normal profiles still exclude the files listed in the first bug. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=35382

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -0 lines) Patch
M base/mac_util.mm View 1 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mark Mentovai
ooolgtm http://codereview.chromium.org/523024/diff/1/2 File base/mac_util.mm (right): http://codereview.chromium.org/523024/diff/1/2#newcode246 base/mac_util.mm:246: // being added. Otherwise, as the exclude list ...
10 years, 11 months ago (2009-12-30 16:51:59 UTC) #1
TVL
10 years, 11 months ago (2009-12-30 16:52:21 UTC) #2

          

Powered by Google App Engine
This is Rietveld 408576698