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

Issue 148153007: Add Google Charts to Observatory and use it in allocation profiler (Closed)

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

Description

Add Google Charts to Observatory and use it in allocation profiler R=turnidge@google.com Committed: https://code.google.com/p/dart/source/detail?r=32142

Patch Set 1 #

Total comments: 13

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5590 lines, -5331 lines) Patch
M runtime/bin/vmservice/client/deployed/web/index.html View 1 2 3 chunks +52 lines, -40 lines 0 comments Download
D runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart View 1 2 1 chunk +0 lines, -50 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart.js View 684 chunks +5171 lines, -5029 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index_devtools.html View 1 2 3 chunks +50 lines, -39 lines 0 comments Download
M runtime/bin/vmservice/client/lib/observatory.dart View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory/application.dart View 1 2 2 chunks +1 line, -5 lines 0 comments Download
A runtime/bin/vmservice/client/lib/src/observatory/chart.dart View 1 2 1 chunk +109 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory/request_manager.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/heap_profile.dart View 1 2 4 chunks +109 lines, -119 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/heap_profile.html View 1 2 1 chunk +44 lines, -35 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/navigation_bar_isolate.dart View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M runtime/bin/vmservice/client/precommit.sh View 1 2 2 chunks +19 lines, -3 lines 0 comments Download
M runtime/bin/vmservice/client/web/index.html View 1 2 1 chunk +6 lines, -3 lines 0 comments Download
M runtime/bin/vmservice/client/web/index_devtools.html View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
A runtime/bin/vmservice/client/web/main.dart View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Cutch
https://codereview.chromium.org/148153007/diff/1/runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart File runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart (left): https://codereview.chromium.org/148153007/diff/1/runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart#oldcode1 runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart:1: library app_bootstrap; This file was never used but accidentally ...
6 years, 11 months ago (2014-01-27 19:53:10 UTC) #1
turnidge
https://codereview.chromium.org/148153007/diff/1/runtime/bin/vmservice/client/lib/src/observatory/chart.dart File runtime/bin/vmservice/client/lib/src/observatory/chart.dart (right): https://codereview.chromium.org/148153007/diff/1/runtime/bin/vmservice/client/lib/src/observatory/chart.dart#newcode8 runtime/bin/vmservice/client/lib/src/observatory/chart.dart:8: class Chart extends Observable { See my other comment. ...
6 years, 10 months ago (2014-01-28 18:28:08 UTC) #2
Cutch
https://codereview.chromium.org/148153007/diff/1/runtime/bin/vmservice/client/lib/src/observatory_elements/heap_profile.dart File runtime/bin/vmservice/client/lib/src/observatory_elements/heap_profile.dart (right): https://codereview.chromium.org/148153007/diff/1/runtime/bin/vmservice/client/lib/src/observatory_elements/heap_profile.dart#newcode27 runtime/bin/vmservice/client/lib/src/observatory_elements/heap_profile.dart:27: var _newPieChart; On 2014/01/28 18:28:08, turnidge wrote: > Instead ...
6 years, 10 months ago (2014-01-28 23:23:19 UTC) #3
turnidge
lgtm
6 years, 10 months ago (2014-01-29 16:55:24 UTC) #4
turnidge
lgtm
6 years, 10 months ago (2014-01-29 16:55:26 UTC) #5
Cutch
6 years, 10 months ago (2014-01-29 21:51:38 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r32142 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698