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

Unified Diff: docs/histogram-set-json-format.md

Issue 2999663002: Revert of Revision Info into GenericSet (Closed)
Patch Set: Created 3 years, 4 months 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 | « dashboard/dashboard/add_histograms_test.py ('k') | docs/how-to-write-metrics.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/histogram-set-json-format.md
diff --git a/docs/histogram-set-json-format.md b/docs/histogram-set-json-format.md
index be9bc5b6330f7b7b4fb8727d9698eb36e0da1994..3366f7d1548c3f14172e23a6553d53bf2b992e6a 100644
--- a/docs/histogram-set-json-format.md
+++ b/docs/histogram-set-json-format.md
@@ -133,6 +133,7 @@
* `RelatedHistogramMap`
* `RelatedHistogramBreakdown`
* `TelemetryInfo`
+ * `RevisionInfo`
* `BuildbotInfo`
* `Scalar`
@@ -158,6 +159,20 @@
* `storyGroupingKeys`: dictionary mapping from strings to strings
* `storysetRepeatCounter`: number
+### RevisionInfo
+
+This tracks revisions of the software under test to allow users to compare or
+merge results across revisions.
+
+ * `chromiumCommitPosition`: optional integer
+ * `v8CommitPosition`: optional integer
+ * `chromium`: array of 1 or 2 strings
+ * `v8`: array of 1 or 2 strings
+ * `catapult`: array of 1 or 2 strings
+ * `angle`: array of 1 or 2 strings
+ * `skia`: array of 1 or 2 strings
+ * `webrtc`: array of 1 or 2 strings
+
### BuildbotInfo
This tracks buildbot parameters when the Histogram was produced to allow users
« no previous file with comments | « dashboard/dashboard/add_histograms_test.py ('k') | docs/how-to-write-metrics.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698