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

Issue 23583036: Check if timeout has expired after processing each sample (Closed)

Created:
7 years, 3 months ago by yurys
Modified:
7 years, 3 months ago
CC:
v8-dev, alph
Visibility:
Public.

Description

Check if timeout has expired after processing each sample To avoid long intervals between taking samples due to processing all accumulated samples at once, the samples are processed one by one and we check if the sampling interval has elapsed after each step rather than after processing all the samples in the queue. BUG=v8:2814 R=bmeurer@chromium.org, loislo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16548

Patch Set 1 #

Patch Set 2 : Updated comment #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -35 lines) Patch
M src/cpu-profiler.h View 1 chunk +1 line, -3 lines 0 comments Download
M src/cpu-profiler.cc View 1 1 chunk +28 lines, -32 lines 1 comment Download

Messages

Total messages: 6 (0 generated)
yurys
7 years, 3 months ago (2013-09-04 14:20:55 UTC) #1
loislo
lgtm with nits https://codereview.chromium.org/23583036/diff/3001/src/cpu-profiler.cc File src/cpu-profiler.cc (right): https://codereview.chromium.org/23583036/diff/3001/src/cpu-profiler.cc#newcode117 src/cpu-profiler.cc:117: const TickSampleEventRecord* record = ticks_buffer_.StartDequeue(); please ...
7 years, 3 months ago (2013-09-04 14:35:36 UTC) #2
loislo
On 2013/09/04 14:35:36, loislo wrote: > lgtm with nits > > https://codereview.chromium.org/23583036/diff/3001/src/cpu-profiler.cc > File src/cpu-profiler.cc ...
7 years, 3 months ago (2013-09-04 14:35:46 UTC) #3
yurys
On 2013/09/04 14:35:46, loislo wrote: > On 2013/09/04 14:35:36, loislo wrote: > > lgtm with ...
7 years, 3 months ago (2013-09-04 14:41:53 UTC) #4
Benedikt Meurer
LGTM.
7 years, 3 months ago (2013-09-05 07:33:09 UTC) #5
yurys
7 years, 3 months ago (2013-09-05 10:29:08 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r16548 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698