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

Issue 5325003: Simplify ProfLazyMode test on Linux. (Closed)

Created:
10 years ago by mnaganov (inactive)
Modified:
9 years, 7 months ago
Reviewers:
Vitaly Repeshko
CC:
v8-dev
Visibility:
Public.

Description

Simplify ProfLazyMode test on Linux. Instead of installing signal handler, count samples taken. Committed: http://code.google.com/p/v8/source/detail?r=5891

Patch Set 1 #

Total comments: 8

Patch Set 2 : Comments addressed #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -45 lines) Patch
M src/log.cc View 1 2 chunks +6 lines, -5 lines 0 comments Download
M src/platform.h View 1 2 chunks +14 lines, -2 lines 2 comments Download
M src/platform-freebsd.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/platform-linux.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/platform-macos.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/platform-openbsd.cc View 1 chunk +5 lines, -1 line 0 comments Download
M src/platform-solaris.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/platform-win32.cc View 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-log.cc View 1 5 chunks +10 lines, -32 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
mnaganov (inactive)
10 years ago (2010-11-25 14:08:16 UTC) #1
Vitaly Repeshko
http://codereview.chromium.org/5325003/diff/1/src/platform.h File src/platform.h (right): http://codereview.chromium.org/5325003/diff/1/src/platform.h#newcode583 src/platform.h:583: unsigned int samples_taken() { return samples_taken_; } Please document ...
10 years ago (2010-11-25 15:01:20 UTC) #2
mnaganov (inactive)
http://codereview.chromium.org/5325003/diff/1/src/platform.h File src/platform.h (right): http://codereview.chromium.org/5325003/diff/1/src/platform.h#newcode583 src/platform.h:583: unsigned int samples_taken() { return samples_taken_; } On 2010/11/25 ...
10 years ago (2010-11-25 15:26:56 UTC) #3
Vitaly Repeshko
LGTM http://codereview.chromium.org/5325003/diff/7001/src/platform.h File src/platform.h (right): http://codereview.chromium.org/5325003/diff/7001/src/platform.h#newcode602 src/platform.h:602: int samples_taken_; // Counts stack samples taken. Used ...
10 years ago (2010-11-25 15:48:45 UTC) #4
mnaganov (inactive)
http://codereview.chromium.org/5325003/diff/7001/src/platform.h File src/platform.h (right): http://codereview.chromium.org/5325003/diff/7001/src/platform.h#newcode602 src/platform.h:602: int samples_taken_; // Counts stack samples taken. Used in ...
10 years ago (2010-11-25 15:53:22 UTC) #5
mnaganov (inactive)
10 years ago (2010-11-25 15:53:22 UTC) #6
http://codereview.chromium.org/5325003/diff/7001/src/platform.h
File src/platform.h (right):

http://codereview.chromium.org/5325003/diff/7001/src/platform.h#newcode602
src/platform.h:602: int samples_taken_;  // Counts stack samples taken. Used in
tests.
On 2010/11/25 15:48:46, Vitaly wrote:
> Please put this comment before the getter and reset in the public section.

Done.

Powered by Google App Engine
This is Rietveld 408576698