|
Upgrade analyze.py and related scripts to new world order.
Changes analyze.py to use loading_trace methods. Moved old files to
deprecated/, I think we're all done with them but we may need them for
reference.
Updated loading_model graph drawing to account for new content-types;
what I've done seems sub-optimal & suggestions are welcome.
Fixed at least one minor bug (the request end units problem Benoit
found).
Committed: https://crrev.com/76303eb216a17c2f93f19593f8ba8b81472c29e4
Cr-Commit-Position: refs/heads/master@{#370715}
Total comments: 22
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+174 lines, -734 lines) |
Patch |
 |
M |
tools/android/loading/analyze.py
|
View
|
1
2
3
|
7 chunks |
+18 lines, -54 lines |
0 comments
|
Download
|
 |
A + |
tools/android/loading/deprecated/log_parser.py
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
tools/android/loading/deprecated/log_requests.py
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
tools/android/loading/deprecated/process_request_log.py
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
tools/android/loading/device_setup.py
|
View
|
1
2
3
|
3 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/android/loading/devtools_monitor.py
|
View
|
1
2
3
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/android/loading/loading_model.py
|
View
|
1
2
|
8 chunks |
+48 lines, -14 lines |
0 comments
|
Download
|
 |
M |
tools/android/loading/loading_model_unittest.py
|
View
|
1
2
|
4 chunks |
+23 lines, -6 lines |
0 comments
|
Download
|
 |
D |
tools/android/loading/log_parser.py
|
View
|
|
1 chunk |
+0 lines, -218 lines |
0 comments
|
Download
|
 |
D |
tools/android/loading/log_requests.py
|
View
|
|
1 chunk |
+0 lines, -237 lines |
0 comments
|
Download
|
 |
D |
tools/android/loading/process_request_log.py
|
View
|
|
1 chunk |
+0 lines, -189 lines |
0 comments
|
Download
|
 |
M |
tools/android/loading/processing.py
|
View
|
|
3 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
tools/android/loading/request_dependencies_lens.py
|
View
|
1
2
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/android/loading/request_track.py
|
View
|
1
2
|
4 chunks |
+21 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/android/loading/trace_recorder.py
|
View
|
1
2
3
|
1 chunk |
+25 lines, -11 lines |
0 comments
|
Download
|
Total messages: 11 (3 generated)
|