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

Unified Diff: docs/how-to-write-metrics.md

Issue 2990293002: Revision Info into GenericSet (Closed)
Patch Set: Rebase on master 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 | « docs/histogram-set-json-format.md ('k') | tracing/trace_viewer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/how-to-write-metrics.md
diff --git a/docs/how-to-write-metrics.md b/docs/how-to-write-metrics.md
index d5a0e51d3187ad1f53c3f30917b9dc467862eb82..4fb98a5f303512a3803b17aaa7b426f2f1b4742f 100644
--- a/docs/how-to-write-metrics.md
+++ b/docs/how-to-write-metrics.md
@@ -188,16 +188,6 @@ histogram.addSample(number, {name: diagnostic})
![](/docs/images/how-to-write-metrics-telemetry.png)
- * [RevisionInfo](/tracing/tracing/value/diagnostics/revision_info.html):
- This is automatically attached to every Histogram produced by telemetry.
- Structurally, it's a class with explicit named fields. Conceptually, it
- contains ranges of revisions of the software used to produce the trace that
- was consumed by the metric that produced the Histogram, such as the Chromium
- revision, v8 revision, and catapult revision. Visually, RevisionInfos are
- displayed as a table.
-
- ![](/docs/images/how-to-write-metrics-revision.png)
-
* [BuildbotInfo](/tracing/tracing/value/diagnostics/buildbot_info.html):
This is automatically attached to every Histogram produced by Chrome's
performance testing buildbots. Structurally, it's a class with explicit named
« no previous file with comments | « docs/histogram-set-json-format.md ('k') | tracing/trace_viewer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698