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

Issue 227423005: Add TraceBuffer log to all Functions (plus small tweaks to function-view) (Closed)

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

Description

Add TraceBuffer log to all Functions (plus small tweaks to function-view) BUG= R=srdjan@google.com, turnidge@google.com Committed: https://code.google.com/p/dart/source/detail?r=35207

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+236 lines, -52 lines) Patch
M runtime/bin/vmservice/client/lib/src/elements/function_view.html View 1 4 chunks +20 lines, -10 lines 0 comments Download
A runtime/bin/vmservice/client/lib/src/elements/log_view.dart View 1 chunk +34 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/lib/src/elements/log_view.html View 1 chunk +40 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/service/object.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/compiler.cc View 4 chunks +9 lines, -2 lines 0 comments Download
M runtime/vm/deopt_instructions.cc View 1 3 chunks +13 lines, -2 lines 0 comments Download
M runtime/vm/object.h View 1 1 chunk +10 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 5 chunks +11 lines, -2 lines 0 comments Download
M runtime/vm/raw_object.h View 2 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/trace_buffer.h View 1 2 3 chunks +15 lines, -4 lines 0 comments Download
M runtime/vm/trace_buffer.cc View 1 2 6 chunks +49 lines, -12 lines 0 comments Download
M runtime/vm/trace_buffer_test.cc View 1 4 chunks +29 lines, -19 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Cutch
6 years, 8 months ago (2014-04-14 14:29:37 UTC) #1
srdjan
LGTM.
6 years, 8 months ago (2014-04-14 15:02:52 UTC) #2
turnidge
https://codereview.chromium.org/227423005/diff/1/runtime/vm/deopt_instructions.cc File runtime/vm/deopt_instructions.cc (right): https://codereview.chromium.org/227423005/diff/1/runtime/vm/deopt_instructions.cc#newcode346 runtime/vm/deopt_instructions.cc:346: const Code& code = Code::Handle(top_frame->LookupDartCode()); Instead of using a ...
6 years, 8 months ago (2014-04-14 16:41:16 UTC) #3
Cutch
https://codereview.chromium.org/227423005/diff/1/runtime/vm/deopt_instructions.cc File runtime/vm/deopt_instructions.cc (right): https://codereview.chromium.org/227423005/diff/1/runtime/vm/deopt_instructions.cc#newcode346 runtime/vm/deopt_instructions.cc:346: const Code& code = Code::Handle(top_frame->LookupDartCode()); On 2014/04/14 16:41:17, turnidge ...
6 years, 8 months ago (2014-04-15 20:47:57 UTC) #4
turnidge
lgtm w/ optional comments below. https://codereview.chromium.org/227423005/diff/10001/runtime/vm/trace_buffer.cc File runtime/vm/trace_buffer.cc (right): https://codereview.chromium.org/227423005/diff/10001/runtime/vm/trace_buffer.cc#newcode13 runtime/vm/trace_buffer.cc:13: ring_max_capacity_(maximum_capacity) { ring_capacity -> ...
6 years, 8 months ago (2014-04-15 21:35:20 UTC) #5
Cutch
https://codereview.chromium.org/227423005/diff/10001/runtime/vm/trace_buffer.cc File runtime/vm/trace_buffer.cc (right): https://codereview.chromium.org/227423005/diff/10001/runtime/vm/trace_buffer.cc#newcode13 runtime/vm/trace_buffer.cc:13: ring_max_capacity_(maximum_capacity) { On 2014/04/15 21:35:20, turnidge wrote: > ring_capacity ...
6 years, 8 months ago (2014-04-21 15:39:19 UTC) #6
Cutch
6 years, 8 months ago (2014-04-21 15:57:19 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r35207 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698