|
Makes CCFrameCounter vsync aware to more accurately account for dropped frames.
Adds the following counters:
vsyncCount: The maximum number of times the compositor could have synced.
implAnimationFrameCount: The number impl-side animation frames.
Uses int64_t instead of size_t or int.
Fixes dropped_percentage calculation.
Adds commit_efficiency calculation.
BUG= 138641
BUG= 138642
BUG= 151456
Total comments: 4
Total comments: 4
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+124 lines, -67 lines) |
Patch |
 |
M |
cc/frame_rate_controller.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/frame_rate_counter.h
|
View
|
1
2
3
4
|
4 chunks |
+18 lines, -15 lines |
0 comments
|
Download
|
 |
M |
cc/frame_rate_counter.cc
|
View
|
1
2
3
4
|
7 chunks |
+38 lines, -11 lines |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host.cc
|
View
|
1
2
3
|
3 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host_impl.h
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host_impl.cc
|
View
|
1
2
3
4
|
6 chunks |
+11 lines, -9 lines |
0 comments
|
Download
|
 |
M |
cc/rendering_stats.h
|
View
|
1
2
3
|
1 chunk |
+14 lines, -11 lines |
0 comments
|
Download
|
 |
M |
cc/single_thread_proxy.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/single_thread_proxy.cc
|
View
|
1
2
3
4
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/thread_proxy.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/thread_proxy.cc
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_widget.cc
|
View
|
1
2
3
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tools/perf/perf_tools/scrolling_benchmark.py
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/perf/perf_tools/scrolling_benchmark_unittest.py
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/perf/perf_tools/texture_upload_benchmark.py
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/compositor_bindings/WebLayerTreeViewImpl.cpp
|
View
|
1
2
3
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|