|
More timeline cleanups
- Blocks are associated with threads and not isolates.
- Fix isolate filters when iterating over blocks and events.
- Always add the isolateNumber argument when serializing events.
- Add new (kSerializedJSON) EventType for events already serialized to JSON.
- Have events coming from Dart code use the standard event structure w/ type = kSerializedJSON.
- Remove now unused DartTimelineEvent and machinary.
- Dart and C++ events now use the same structures and system.
R=rmacnak@google.com
Committed: https://github.com/dart-lang/sdk/commit/f55de246ec2bc62d34223c4046d73a8ca1d9a4d2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+162 lines, -472 lines) |
Patch |
|
M |
runtime/lib/timeline.cc
|
View
|
1
2
|
6 chunks |
+28 lines, -9 lines |
0 comments
|
Download
|
|
M |
runtime/lib/timeline.dart
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/bootstrap_natives.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/dart_api_impl.cc
|
View
|
1
2
3
4
|
4 chunks |
+10 lines, -67 lines |
0 comments
|
Download
|
|
M |
runtime/vm/dart_api_impl_test.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
runtime/vm/json_stream.h
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/json_stream.cc
|
View
|
1
2
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/timeline.h
|
View
|
1
2
3
|
18 chunks |
+25 lines, -101 lines |
0 comments
|
Download
|
|
M |
runtime/vm/timeline.cc
|
View
|
1
2
3
4
|
26 chunks |
+54 lines, -283 lines |
0 comments
|
Download
|
|
M |
runtime/vm/timeline_analysis.cc
|
View
|
1
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
runtime/vm/timeline_test.cc
|
View
|
1
2
3
|
4 chunks |
+11 lines, -4 lines |
0 comments
|
Download
|
|
M |
sdk/lib/_internal/js_runtime/lib/developer_patch.dart
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
sdk/lib/developer/timeline.dart
|
View
|
1
2
|
4 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (3 generated)
|