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

Issue 357443003: CPU profiler: increase the max number of captured frames. (Closed)

Created:
6 years, 6 months ago by alph
Modified:
6 years, 6 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

CPU profiler: increase the max number of captured frames. LOG=N R=jkummerow@chromium.org, loislo@chromium.org, yurys@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21986

Patch Set 1 #

Total comments: 4

Patch Set 2 : Added a test. #

Patch Set 3 : Unflake the test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -7 lines) Patch
M src/log.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/sampler.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/sampler.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-cpu-profiler.cc View 1 2 2 chunks +67 lines, -1 line 0 comments Download
M test/cctest/test-log-stack-tracer.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
alph
6 years, 6 months ago (2014-06-24 12:52:06 UTC) #1
loislo
lgtm with nits https://codereview.chromium.org/357443003/diff/1/src/sampler.h File src/sampler.h (right): https://codereview.chromium.org/357443003/diff/1/src/sampler.h#newcode48 src/sampler.h:48: static const unsigned kMaxFramesCount = (1 ...
6 years, 6 months ago (2014-06-24 13:09:21 UTC) #2
alph
Jacob could you please do the owners review. Thanks. https://codereview.chromium.org/357443003/diff/1/src/sampler.h File src/sampler.h (right): https://codereview.chromium.org/357443003/diff/1/src/sampler.h#newcode48 src/sampler.h:48: ...
6 years, 6 months ago (2014-06-24 13:21:54 UTC) #3
yurys
lgtm
6 years, 6 months ago (2014-06-24 13:26:07 UTC) #4
Jakob Kummerow
LGTM with comment. https://codereview.chromium.org/357443003/diff/1/src/sampler.h File src/sampler.h (right): https://codereview.chromium.org/357443003/diff/1/src/sampler.h#newcode51 src/sampler.h:51: unsigned frames_count : kMaxFramesCountLog2; // Number ...
6 years, 6 months ago (2014-06-24 13:54:38 UTC) #5
alph
https://codereview.chromium.org/357443003/diff/1/src/sampler.h File src/sampler.h (right): https://codereview.chromium.org/357443003/diff/1/src/sampler.h#newcode51 src/sampler.h:51: unsigned frames_count : kMaxFramesCountLog2; // Number of captured frames. ...
6 years, 6 months ago (2014-06-24 14:10:24 UTC) #6
Jakob Kummerow
lgtm
6 years, 6 months ago (2014-06-24 15:27:41 UTC) #7
alph
6 years, 6 months ago (2014-06-24 16:01:05 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 manually as r21986.

Powered by Google App Engine
This is Rietveld 408576698