|
|
Improve performance of table trees by around 3x
*) Stop using Polymer's template repeat for building table trees.
*) Refactor TableTree and TableTreeRow to be easier to use without template repeat.
*) Port class tree to new TableTree interface.
*) Rename isolate-profile to cpu-profile.
R=rmacnak@google.com
Committed: https://code.google.com/p/dart/source/detail?r=42755
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+222 lines, -592 lines) |
Patch |
 |
M |
runtime/observatory/lib/elements.dart
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/observatory/lib/elements.html
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/observatory/lib/src/app/view_model.dart
|
View
|
1
2
|
4 chunks |
+110 lines, -31 lines |
0 comments
|
Download
|
 |
M |
runtime/observatory/lib/src/elements/class_tree.dart
|
View
|
|
3 chunks |
+22 lines, -49 lines |
0 comments
|
Download
|
 |
M |
runtime/observatory/lib/src/elements/class_tree.html
|
View
|
|
1 chunk |
+2 lines, -11 lines |
0 comments
|
Download
|
 |
A + |
runtime/observatory/lib/src/elements/cpu_profile.dart
|
View
|
|
8 chunks |
+77 lines, -56 lines |
0 comments
|
Download
|
 |
A + |
runtime/observatory/lib/src/elements/cpu_profile.html
|
View
|
|
2 chunks |
+4 lines, -38 lines |
0 comments
|
Download
|
 |
D |
runtime/observatory/lib/src/elements/isolate_profile.dart
|
View
|
|
1 chunk |
+0 lines, -210 lines |
0 comments
|
Download
|
 |
D |
runtime/observatory/lib/src/elements/isolate_profile.html
|
View
|
|
1 chunk |
+0 lines, -192 lines |
0 comments
|
Download
|
 |
M |
runtime/observatory/lib/src/elements/observatory_element.dart
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/observatory/lib/src/elements/service_view.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/observatory/lib/src/elements/service_view.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/observatory/observatory.gypi
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 5 (1 generated)
|