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

Issue 12221022: Initial prototype of vmstats support, based on Dart VM Stats draft design doc. (Closed)

Created:
7 years, 10 months ago by Tom Ball
Modified:
7 years, 10 months ago
Reviewers:
siva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Initial prototype of vmstats support, based on Dart VM Stats draft design doc. Committed: https://code.google.com/p/dart/source/detail?r=19091

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 31

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : Moved vmstats API out of VM #

Patch Set 10 : #

Patch Set 11 : #

Total comments: 28

Patch Set 12 : Code review feedback response #

Total comments: 6

Patch Set 13 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+632 lines, -0 lines) Patch
M runtime/bin/bin.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/bin/main.cc View 1 2 3 4 5 6 7 8 9 10 11 12 9 chunks +46 lines, -0 lines 0 comments Download
A runtime/bin/vmstats.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +37 lines, -0 lines 0 comments Download
A runtime/bin/vmstats_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +99 lines, -0 lines 0 comments Download
A runtime/bin/vmstats_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +353 lines, -0 lines 0 comments Download
M runtime/include/dart_debugger_api.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +24 lines, -0 lines 0 comments Download
M runtime/vm/debugger_api_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +8 lines, -0 lines 0 comments Download
M runtime/vm/isolate.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +57 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Tom Ball
There's no need for a deep review, as this is more a progress report. ------------------------------ ...
7 years, 10 months ago (2013-02-05 21:50:08 UTC) #1
Tom Ball
Added support for web server returning static files.
7 years, 10 months ago (2013-02-06 21:19:55 UTC) #2
Tom Ball
Fixed socket flushing, returning of large static files.
7 years, 10 months ago (2013-02-06 23:15:20 UTC) #3
siva
https://codereview.chromium.org/12221022/diff/13003/runtime/bin/bin.gypi File runtime/bin/bin.gypi (right): https://codereview.chromium.org/12221022/diff/13003/runtime/bin/bin.gypi#newcode554 runtime/bin/bin.gypi:554: }, Does this have to be a separate static ...
7 years, 10 months ago (2013-02-09 01:00:57 UTC) #4
siva
https://codereview.chromium.org/12221022/diff/13003/runtime/bin/vmstats.cc File runtime/bin/vmstats.cc (right): https://codereview.chromium.org/12221022/diff/13003/runtime/bin/vmstats.cc#newcode74 runtime/bin/vmstats.cc:74: instance_->isolate_table_[isolate_data] = isolate; This method needs to be thread ...
7 years, 10 months ago (2013-02-11 19:14:55 UTC) #5
Tom Ball
Rewrote VM support to not use STL. Aadded flag for web server root directory, which ...
7 years, 10 months ago (2013-02-14 00:15:43 UTC) #6
Tom Ball
https://codereview.chromium.org/12221022/diff/13003/runtime/bin/bin.gypi File runtime/bin/bin.gypi (right): https://codereview.chromium.org/12221022/diff/13003/runtime/bin/bin.gypi#newcode554 runtime/bin/bin.gypi:554: }, On 2013/02/09 01:00:57, siva wrote: > Does this ...
7 years, 10 months ago (2013-02-14 23:45:16 UTC) #7
siva
The overall structure looks good. I had a few comments with regards to implementation details. ...
7 years, 10 months ago (2013-02-15 05:59:10 UTC) #8
Tom Ball
https://codereview.chromium.org/12221022/diff/24016/runtime/bin/main.cc File runtime/bin/main.cc (right): https://codereview.chromium.org/12221022/diff/24016/runtime/bin/main.cc#newcode588 runtime/bin/main.cc:588: "\n" On 2013/02/15 05:59:10, siva wrote: > Should we ...
7 years, 10 months ago (2013-02-16 00:57:19 UTC) #9
Tom Ball
7 years, 10 months ago (2013-02-16 00:57:36 UTC) #10
siva
The shutdown code still appears to have race conditions otherwise it LGTM. https://codereview.chromium.org/12221022/diff/34001/runtime/bin/vmstats_impl.cc File runtime/bin/vmstats_impl.cc ...
7 years, 10 months ago (2013-02-25 06:47:41 UTC) #11
Tom Ball
https://codereview.chromium.org/12221022/diff/34001/runtime/bin/vmstats_impl.cc File runtime/bin/vmstats_impl.cc (right): https://codereview.chromium.org/12221022/diff/34001/runtime/bin/vmstats_impl.cc#newcode66 runtime/bin/vmstats_impl.cc:66: int errno = Thread::Start(WebServer, address); On 2013/02/25 06:47:41, siva ...
7 years, 10 months ago (2013-02-26 21:50:48 UTC) #12
Tom Ball
7 years, 10 months ago (2013-02-26 22:34:17 UTC) #13
Message was sent while issue was closed.
Committed patchset #13 manually as r19091 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698