|
adb_profile_chrome: Refactor into multiple modules and add tests
The adb_profile_chrome tool has grown quite a bit since its inception,
so now seems to be a good time to split it into smaller modules and add
some rudimentary tests.
BUG= 375754
TEST=build/android/chrome_profiler/run_tests
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272946
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+757 lines, -467 lines) |
Patch |
|
M |
build/android/adb_profile_chrome.py
|
View
|
|
1 chunk |
+2 lines, -464 lines |
0 comments
|
Download
|
|
A + |
build/android/chrome_profiler/__init__.py
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A |
build/android/chrome_profiler/chrome_controller.py
|
View
|
1
|
1 chunk |
+90 lines, -0 lines |
0 comments
|
Download
|
|
A |
build/android/chrome_profiler/chrome_controller_unittest.py
|
View
|
1
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
|
A |
build/android/chrome_profiler/controllers.py
|
View
|
1
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
|
A |
build/android/chrome_profiler/controllers_unittest.py
|
View
|
1
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
|
A |
build/android/chrome_profiler/main.py
|
View
|
1
|
1 chunk |
+211 lines, -0 lines |
0 comments
|
Download
|
|
A |
build/android/chrome_profiler/profiler.py
|
View
|
1
|
1 chunk |
+130 lines, -0 lines |
0 comments
|
Download
|
|
A |
build/android/chrome_profiler/profiler_unittest.py
|
View
|
|
1 chunk |
+78 lines, -0 lines |
0 comments
|
Download
|
|
A |
build/android/chrome_profiler/run_tests
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
A |
build/android/chrome_profiler/systrace_controller.py
|
View
|
1
|
1 chunk |
+95 lines, -0 lines |
0 comments
|
Download
|
|
A |
build/android/chrome_profiler/systrace_controller_unittest.py
|
View
|
1
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
|
A |
build/android/chrome_profiler/ui.py
|
View
|
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
|
A + |
build/android/chrome_profiler/util.py
|
View
|
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|