Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1292)

Unified Diff: components/dom_distiller/core/proto/distilled_page.proto

Issue 717643003: Extract timing info from distiller result (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dd-roll-perf
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/dom_distiller/core/distiller_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller/core/proto/distilled_page.proto
diff --git a/components/dom_distiller/core/proto/distilled_page.proto b/components/dom_distiller/core/proto/distilled_page.proto
index 5ece78faa97f03cd2233aace80cddd8e79d5de9b..fb4e972f572b700a5d8556d4115c2d7191b64441 100644
--- a/components/dom_distiller/core/proto/distilled_page.proto
+++ b/components/dom_distiller/core/proto/distilled_page.proto
@@ -51,4 +51,11 @@ message DistilledPageProto {
// Pagination info for this page.
optional PaginationInfo pagination_info = 8;
+
+ message TimingInfo {
+ optional string name = 1;
+ optional double time = 2;
+ }
+
+ repeated TimingInfo timing_info = 9;
}
« no previous file with comments | « components/dom_distiller/core/distiller_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698