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

Issue 201213004: Use VM tag in profile and add stack trace trie (Closed)

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

Description

Use VM tag in profile and add stack trace trie R=asiva@google.com, turnidge@google.com Committed: https://code.google.com/p/dart/source/detail?r=34064

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 21

Patch Set 6 : #

Total comments: 16

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+834 lines, -152 lines) Patch
M runtime/bin/vmservice/client/lib/elements.dart View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/elements.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/app/view_model.dart View 1 2 3 4 3 chunks +6 lines, -20 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/isolate_profile.dart View 1 2 3 4 5 6 7 5 chunks +129 lines, -29 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/isolate_profile.html View 1 2 3 4 5 6 2 chunks +77 lines, -31 lines 0 comments Download
A runtime/bin/vmservice/client/lib/src/elements/sliding_checkbox.dart View 1 2 3 4 5 6 1 chunk +21 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/lib/src/elements/sliding_checkbox.html View 1 2 3 4 5 6 1 chunk +87 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/service/cache.dart View 1 2 3 4 5 6 2 chunks +8 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/service/object.dart View 1 2 3 4 5 6 5 chunks +60 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/service/service.dart View 1 2 3 4 5 1 chunk +7 lines, -3 lines 0 comments Download
M runtime/tests/vm/vm.status View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 5 6 2 chunks +7 lines, -4 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 3 4 5 4 chunks +8 lines, -3 lines 0 comments Download
M runtime/vm/profiler.h View 1 4 chunks +12 lines, -1 line 0 comments Download
M runtime/vm/profiler.cc View 1 2 3 4 5 6 21 chunks +352 lines, -60 lines 0 comments Download
M runtime/vm/service.cc View 1 2 3 4 5 6 7 1 chunk +10 lines, -1 line 0 comments Download
M runtime/vm/service_test.cc View 1 2 3 4 5 6 7 1 chunk +47 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Cutch
asiva for the backend changes turnidge for the frontend
6 years, 9 months ago (2014-03-17 14:37:20 UTC) #1
turnidge
https://codereview.chromium.org/201213004/diff/70001/runtime/bin/vmservice/client/lib/src/elements/isolate_profile.dart File runtime/bin/vmservice/client/lib/src/elements/isolate_profile.dart (right): https://codereview.chromium.org/201213004/diff/70001/runtime/bin/vmservice/client/lib/src/elements/isolate_profile.dart#newcode146 runtime/bin/vmservice/client/lib/src/elements/isolate_profile.dart:146: sampleRate = (1000000.0 / profile['period'].toDouble()).toStringAsFixed(0); Why 1000000.0? Named constant? ...
6 years, 9 months ago (2014-03-17 21:19:31 UTC) #2
siva
https://codereview.chromium.org/201213004/diff/80001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/201213004/diff/80001/runtime/vm/object.cc#newcode7373 runtime/vm/object.cc:7373: Isolate* isolate = Isolate::Current(); Please hoist this up as ...
6 years, 9 months ago (2014-03-18 00:05:19 UTC) #3
siva
the VM changes lgtm with some comments.
6 years, 9 months ago (2014-03-18 00:05:48 UTC) #4
Cutch
Todd: I've refactored my switch into a separate element. PTAL. https://codereview.chromium.org/201213004/diff/70001/runtime/bin/vmservice/client/lib/src/elements/isolate_profile.dart File runtime/bin/vmservice/client/lib/src/elements/isolate_profile.dart (right): https://codereview.chromium.org/201213004/diff/70001/runtime/bin/vmservice/client/lib/src/elements/isolate_profile.dart#newcode146 ...
6 years, 9 months ago (2014-03-18 14:39:18 UTC) #5
turnidge
lgtm
6 years, 9 months ago (2014-03-18 20:06:17 UTC) #6
Cutch
6 years, 9 months ago (2014-03-18 21:20:55 UTC) #7
Message was sent while issue was closed.
Committed patchset #9 manually as r34064 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698