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

Issue 1465273002: Stack sampling profiler: remove RUNTIME_FUNCTION sanity check (Closed)

Created:
5 years ago by Mike Wittman
Modified:
5 years ago
CC:
chromium-reviews, vmpstr+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@lkcr
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Stack sampling profiler: remove RUNTIME_FUNCTION sanity check This heuristic is causing lots of false positives resulting in prematurely-truncated stacks. It shouldn't be necessary any longer, as the check that the instruction pointer is in a valid module should fail for this case before executing this test. Also, bump the profiler enable percentage down to 15% while evaluating this and future incremental changes. This is large enough to detect an incrementally increased crash rate, while small enough that an unexpected crasher will not cause a huge problem. BUG=555770, 541650, 541419 Committed: https://crrev.com/c383cfebcbf223980034223788973dff2f382d43 Cr-Commit-Position: refs/heads/master@{#362526}

Patch Set 1 #

Total comments: 2

Patch Set 2 : make variations add to 100 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -87 lines) Patch
M base/profiler/win32_stack_frame_unwinder.cc View 3 chunks +15 lines, -21 lines 0 comments Download
M base/profiler/win32_stack_frame_unwinder_unittest.cc View 1 chunk +0 lines, -63 lines 0 comments Download
M chrome/browser/stack_sampling_configuration.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 21 (7 generated)
Mike Wittman
PTAL
5 years ago (2015-11-23 18:32:15 UTC) #3
brucedawson
On 2015/11/23 18:32:15, Mike Wittman wrote: > PTAL What's causing the false positives? i.e.; why ...
5 years ago (2015-11-23 19:15:28 UTC) #4
Mike Wittman
On 2015/11/23 19:15:28, brucedawson wrote: > On 2015/11/23 18:32:15, Mike Wittman wrote: > > PTAL ...
5 years ago (2015-11-23 19:40:42 UTC) #5
brucedawson
On 2015/11/23 19:40:42, Mike Wittman wrote: > On 2015/11/23 19:15:28, brucedawson wrote: > > On ...
5 years ago (2015-11-23 19:49:15 UTC) #6
brucedawson
lgtm
5 years ago (2015-11-23 19:49:21 UTC) #7
Mike Wittman
On 2015/11/23 19:49:15, brucedawson wrote: > On 2015/11/23 19:40:42, Mike Wittman wrote: > > On ...
5 years ago (2015-11-23 21:52:12 UTC) #8
Mike Wittman
Carlos, can you approve the profiler enable percentage decrease from 50% to 15%? Out of ...
5 years ago (2015-11-23 21:55:18 UTC) #10
cpu_(ooo_6.6-7.5)
https://codereview.chromium.org/1465273002/diff/1/chrome/browser/stack_sampling_configuration.cc File chrome/browser/stack_sampling_configuration.cc (right): https://codereview.chromium.org/1465273002/diff/1/chrome/browser/stack_sampling_configuration.cc#newcode144 chrome/browser/stack_sampling_configuration.cc:144: DCHECK_EQ(100, total_weight); does not sum to 100
5 years ago (2015-11-23 23:50:53 UTC) #11
Mike Wittman
https://codereview.chromium.org/1465273002/diff/1/chrome/browser/stack_sampling_configuration.cc File chrome/browser/stack_sampling_configuration.cc (right): https://codereview.chromium.org/1465273002/diff/1/chrome/browser/stack_sampling_configuration.cc#newcode144 chrome/browser/stack_sampling_configuration.cc:144: DCHECK_EQ(100, total_weight); On 2015/11/23 23:50:53, cpu wrote: > does ...
5 years ago (2015-11-24 00:02:24 UTC) #12
Mike Wittman
Carlos, can you approve the enable percentage change? I'd like to commit this after tomorrow's ...
5 years ago (2015-12-01 01:11:17 UTC) #13
cpu_(ooo_6.6-7.5)
lgtm
5 years ago (2015-12-01 20:28:56 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1465273002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1465273002/20001
5 years ago (2015-12-01 20:34:35 UTC) #17
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years ago (2015-12-01 22:18:50 UTC) #19
commit-bot: I haz the power
5 years ago (2015-12-01 22:21:24 UTC) #21
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/c383cfebcbf223980034223788973dff2f382d43
Cr-Commit-Position: refs/heads/master@{#362526}

Powered by Google App Engine
This is Rietveld 408576698