|
Make page_cycler.py fully measure memory for each page.
Telemetry makes the distinction between metrics collected for each page and for
each page set. The fine-grained memory metrics were collected only per page set
(although there was some histogram data collected per page).
This CL makes the memory metric module systematically report the whole data per
page (and not only per page set) so that we can measure pages independently.
The per page set memory metric collection is now a no-op.
BUG= 323494
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239784
Total comments: 6
Total comments: 2
Total comments: 8
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+56 lines, -62 lines) |
Patch |
|
M |
build/android/pylib/android_commands.py
|
View
|
1
2
3
|
2 chunks |
+0 lines, -16 lines |
0 comments
|
Download
|
|
M |
tools/perf/measurements/media.py
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
tools/perf/measurements/memory.py
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
tools/perf/measurements/memory_multi_tab.py
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
tools/perf/measurements/page_cycler.py
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
tools/perf/metrics/memory.py
|
View
|
1
2
3
4
5
|
4 chunks |
+30 lines, -32 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/core/browser.py
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/core/platform/android_platform_backend.py
|
View
|
1
2
3
4
|
2 chunks |
+13 lines, -1 line |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/core/platform/mac_platform_backend.py
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/core/platform/platform_backend.py
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/core/platform/profiler/android_prebuilt_profiler_helper.py
|
View
|
1
2
3
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/core/platform/profiler/perf_profiler.py
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/core/platform/profiler/tcpdump_profiler.py
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 29 (0 generated)
|