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

Issue 211373005: Add fullgc sub-command to allocationprofile (Closed)

Created:
6 years, 9 months ago by Cutch
Modified:
6 years, 9 months ago
Reviewers:
turnidge, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add fullgc subcommand to allocationprofile BUG= R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=34390

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M runtime/vm/service.cc View 1 chunk +4 lines, -0 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Cutch
6 years, 9 months ago (2014-03-25 21:11:20 UTC) #1
Ivan Posva
LGTM -IP https://codereview.chromium.org/211373005/diff/1/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/211373005/diff/1/runtime/vm/service.cc#newcode1464 runtime/vm/service.cc:1464: } else if (!strcmp(sub_command, "fullgc")) { We ...
6 years, 9 months ago (2014-03-25 21:20:43 UTC) #2
Cutch
Committed patchset #1 manually as r34390 (presubmit successful).
6 years, 9 months ago (2014-03-25 21:28:50 UTC) #3
turnidge
6 years, 9 months ago (2014-03-25 22:02:50 UTC) #4
Message was sent while issue was closed.
https://codereview.chromium.org/211373005/diff/1/runtime/vm/service.cc
File runtime/vm/service.cc (right):

https://codereview.chromium.org/211373005/diff/1/runtime/vm/service.cc#newcod...
runtime/vm/service.cc:1464: } else if (!strcmp(sub_command, "fullgc")) {
On 2014/03/25 21:20:43, Ivan Posva wrote:
> We need a better way to pass parameters to  the different service invocations.
> Not in this CL.

This feels more like an option than a subcommand to me:

/isolates/foo/allocationprofile?gc=true

Do you agree?

Powered by Google App Engine
This is Rietveld 408576698