|
|
[NoStatePrefetch] Add performance histograms.
This CL adds histograms to record performance of NoStatePrefetch.
The histograms added are:
NoStatePrefetchAge: age of the prefetch when it is used
NoStatePrefetchTTFCP: Time To First Contentful Paint, with variations:
- Cold/Warm/Reference:
* Warm: Prefetch is recent enough to skip revalidation
* Cold: Prefetch is old and does not skip revalidation
* Reference: there was no prefetch
- Cacheable/NoStore: whether the main resource had "no-store" headers.
BUG= 642371
TBR=jochen
Committed: https://crrev.com/c154315d263486c4ecd1cc9b1f73e82efeb2468a
Cr-Commit-Position: refs/heads/master@{#419733}
Total comments: 8
Total comments: 17
Total comments: 17
Total comments: 10
Total comments: 2
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+382 lines, -66 lines) |
Patch |
 |
M |
chrome/browser/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/offline_pages/prerender_adapter.cc
|
View
|
1
2
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/offline_pages/prerender_adapter_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/android/tab_android.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/tab_web_contents_delegate_android.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_remover.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/activity_log.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/activity_log_browsertest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/activity_log_unittest.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_tab_helper.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/page_load_metrics/metrics_web_contents_observer.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/page_load_metrics/metrics_web_contents_observer.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/page_load_metrics/observers/no_state_prefetch_page_load_metrics_observer.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/page_load_metrics/observers/no_state_prefetch_page_load_metrics_observer.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/page_load_metrics/page_load_metrics_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/page_load_metrics/page_load_metrics_initialize.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/page_load_metrics/page_load_metrics_observer.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/page_load_metrics/page_load_metrics_observer.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/predictors/autocomplete_action_predictor.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/prerender/external_prerender_handler_android.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prerender/prerender_browsertest.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prerender/prerender_contents.cc
|
View
|
1
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prerender/prerender_histograms.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prerender/prerender_histograms.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+55 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/prerender/prerender_link_manager_factory.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/prerender/prerender_manager.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+13 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/prerender/prerender_manager.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
6 chunks |
+45 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prerender/prerender_manager_factory.h
|
View
|
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/prerender/prerender_manager_factory.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prerender/prerender_tab_helper.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prerender/prerender_test_utils.cc
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser_navigator.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/search/instant_search_prerenderer.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/search/instant_search_prerenderer_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/net_internals/net_internals_ui.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
chrome/test/data/nostore.html
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/nostore.html.mock-http-headers
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/histograms/histograms.xml
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+39 lines, -0 lines |
0 comments
|
Download
|
Total messages: 82 (53 generated)
|