|
|
Change Code object serialization format to use 50% less space.
Update observatory to support new format
Cache code objects inside observatory isolate
Profiler updates cache of code objects
Profiler can display annotated disassembly objects
Code objects now display sample ticks
Fix error viewer
Start using the logging package.
R=turnidge@google.com
Committed: https://code.google.com/p/dart/source/detail?r=31931
Total comments: 20
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+4050 lines, -3203 lines) |
Patch |
 |
M |
runtime/bin/vmservice/client/deployed/web/index.html
|
View
|
1
2
3
|
10 chunks |
+27 lines, -34 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart.js
|
View
|
|
605 chunks |
+3505 lines, -2999 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/deployed/web/index_devtools.html
|
View
|
1
2
3
|
10 chunks |
+27 lines, -34 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/observatory.dart
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/observatory/application.dart
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/observatory/isolate.dart
|
View
|
1
2
3
|
2 chunks |
+26 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/observatory/isolate_manager.dart
|
View
|
1
2
3
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/observatory/location_manager.dart
|
View
|
1
2
3
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/bin/vmservice/client/lib/src/observatory/model.dart
|
View
|
1
2
3
|
1 chunk |
+246 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/observatory/request_manager.dart
|
View
|
1
2
3
|
3 chunks |
+122 lines, -11 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/observatory_elements/code_view.dart
|
View
|
1
2
3
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/observatory_elements/code_view.html
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/observatory_elements/disassembly_entry.dart
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/observatory_elements/disassembly_entry.html
|
View
|
1
2
3
|
1 chunk |
+3 lines, -10 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/observatory_elements/error_view.dart
|
View
|
1
2
3
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/observatory_elements/error_view.html
|
View
|
1
2
3
|
1 chunk |
+2 lines, -7 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_profile.dart
|
View
|
1
2
3
|
3 chunks |
+31 lines, -67 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_profile.html
|
View
|
1
2
3
|
4 chunks |
+17 lines, -10 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/observatory_elements/message_viewer.dart
|
View
|
1
2
3
|
3 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/observatory_elements/message_viewer.html
|
View
|
1
2
3
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/observatory_elements/stack_trace.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/pubspec.yaml
|
View
|
1
2
3
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/disassembler.cc
|
View
|
1
2
3
|
2 chunks |
+13 lines, -8 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/profiler.cc
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|