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

Issue 1013563002: CPU profile displayed in three tables with a tree (Closed)

Created:
5 years, 9 months ago by Cutch
Modified:
5 years, 8 months ago
Reviewers:
turnidge
CC:
reviews_dartlang.org, turnidge, vm-dev_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

CPU profile displayed in three tables with a tree Table #1: All functions sortable on inclusive or exclusive. Table #2: Callers of focused function. Table #3: Callees of focused function. Tree: Inclusive or Exclusive rooted profile tree filtered by focused function. Also includes: - Kill LinkLocationManager. - Merge HashLocationManager into LocationManager. - Kill nav-control element. - Add goParameter to navigate based on page parameters (e.g. ?isolateId=...). R=turnidge@google.com Committed: https://code.google.com/p/dart/source/detail?r=45348

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Total comments: 14

Patch Set 9 : #

Total comments: 2

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1198 lines, -192 lines) Patch
M runtime/observatory/lib/src/app/application.dart View 1 2 3 4 5 6 7 8 9 7 chunks +14 lines, -18 lines 0 comments Download
M runtime/observatory/lib/src/app/location_manager.dart View 1 2 3 4 5 6 7 8 9 2 chunks +86 lines, -93 lines 0 comments Download
M runtime/observatory/lib/src/app/page.dart View 1 2 3 4 5 6 7 8 9 3 chunks +26 lines, -4 lines 0 comments Download
M runtime/observatory/lib/src/cpu_profile/cpu_profile.dart View 1 2 3 4 5 6 7 8 12 chunks +222 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/class_tree.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/class_view.html View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/code_view.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/context_view.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/cpu_profile.dart View 1 2 3 4 5 6 7 8 9 7 chunks +521 lines, -7 lines 0 comments Download
M runtime/observatory/lib/src/elements/cpu_profile.html View 1 2 3 4 5 6 7 8 9 3 chunks +266 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/css/shared.css View 1 2 3 4 5 6 7 8 4 chunks +55 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/debugger.dart View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/debugger.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/error_view.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/field_view.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/flag_list.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/function_view.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/general_error.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/heap_map.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/heap_profile.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/instance_view.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/io_view.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/isolate_summary.html View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/elements/isolate_view.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/library_view.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/metrics.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/nav_bar.dart View 1 2 3 4 5 3 chunks +2 lines, -15 lines 0 comments Download
M runtime/observatory/lib/src/elements/nav_bar.html View 1 2 3 4 5 1 chunk +0 lines, -24 lines 0 comments Download
M runtime/observatory/lib/src/elements/object_view.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/observatory_element.dart View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/script_view.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/service_error_view.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/service_exception_view.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/vm_connect.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/vm_view.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/profiler_service.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 7 (1 generated)
Cutch
PTAL
5 years, 8 months ago (2015-04-05 23:03:27 UTC) #2
turnidge
Sending partial review now... other ideas discussed offline. https://codereview.chromium.org/1013563002/diff/140001/runtime/observatory/lib/src/app/location_manager.dart File runtime/observatory/lib/src/app/location_manager.dart (right): https://codereview.chromium.org/1013563002/diff/140001/runtime/observatory/lib/src/app/location_manager.dart#newcode9 runtime/observatory/lib/src/app/location_manager.dart:9: class ...
5 years, 8 months ago (2015-04-07 21:24:31 UTC) #3
Cutch
PTAL https://codereview.chromium.org/1013563002/diff/140001/runtime/observatory/lib/src/app/location_manager.dart File runtime/observatory/lib/src/app/location_manager.dart (right): https://codereview.chromium.org/1013563002/diff/140001/runtime/observatory/lib/src/app/location_manager.dart#newcode9 runtime/observatory/lib/src/app/location_manager.dart:9: class FragmentUri { On 2015/04/07 21:24:31, turnidge wrote: ...
5 years, 8 months ago (2015-04-14 21:45:15 UTC) #4
turnidge
lgtm https://codereview.chromium.org/1013563002/diff/160001/runtime/observatory/lib/src/app/location_manager.dart File runtime/observatory/lib/src/app/location_manager.dart (right): https://codereview.chromium.org/1013563002/diff/160001/runtime/observatory/lib/src/app/location_manager.dart#newcode16 runtime/observatory/lib/src/app/location_manager.dart:16: Uri get uri => _uri; Maybe some blank ...
5 years, 8 months ago (2015-04-16 17:23:45 UTC) #5
Cutch
https://codereview.chromium.org/1013563002/diff/160001/runtime/observatory/lib/src/app/location_manager.dart File runtime/observatory/lib/src/app/location_manager.dart (right): https://codereview.chromium.org/1013563002/diff/160001/runtime/observatory/lib/src/app/location_manager.dart#newcode16 runtime/observatory/lib/src/app/location_manager.dart:16: Uri get uri => _uri; On 2015/04/16 17:23:44, turnidge ...
5 years, 8 months ago (2015-04-22 14:05:09 UTC) #6
Cutch
5 years, 8 months ago (2015-04-22 14:06:00 UTC) #7
Message was sent while issue was closed.
Committed patchset #10 (id:180001) manually as 45348 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698