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

Side by Side Diff: docs/metrics-results-ui.md

Issue 3009553002: Refactor Histogram relationship diagnostics. (Closed)
Patch Set: Created 3 years, 3 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 unified diff | Download patch
« no previous file with comments | « docs/how-to-write-metrics.md ('k') | tracing/trace_viewer.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- Copyright 2016 The Chromium Authors. All rights reserved. 1 <!-- Copyright 2016 The Chromium Authors. All rights reserved.
2 Use of this source code is governed by a BSD-style license that can be 2 Use of this source code is governed by a BSD-style license that can be
3 found in the LICENSE file. 3 found in the LICENSE file.
4 --> 4 -->
5 5
6 # Metrics Results UI 6 # Metrics Results UI
7 7
8 This document assumes familiarity with the concepts introduced in 8 This document assumes familiarity with the concepts introduced in
9 [how-to-write-metrics](/docs/how-to-write-metrics.md). 9 [how-to-write-metrics](/docs/how-to-write-metrics.md).
10 10
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 diagnostics for the selected Histogram bins. 129 diagnostics for the selected Histogram bins.
130 130
131 ![Show full Histogram data for a cell. 131 ![Show full Histogram data for a cell.
132 ](/docs/images/metrics-results-ui-show-histogram.png) 132 ](/docs/images/metrics-results-ui-show-histogram.png)
133 133
134 Sample diagnostics may include Breakdown diagnostics, which indicate relative 134 Sample diagnostics may include Breakdown diagnostics, which indicate relative
135 sizes of component metrics for the selected samples. 135 sizes of component metrics for the selected samples.
136 136
137 ![Breakdowns](/docs/images/how-to-write-metrics-breakdown.png) 137 ![Breakdowns](/docs/images/how-to-write-metrics-breakdown.png)
138 138
139 Other Histogram diagnostics may include RelatedHistogramBreakdown diagnostics,
140 which indicate relative sizes of component metrics over all samples.
141
142 ![RelatedHistogramBreakdowns](/docs/images/how-to-write-metrics-related-histogra m-breakdown.png)
143
144 For more about summation metrics, see [Diagnostic 139 For more about summation metrics, see [Diagnostic
145 Metrics](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/speed/diagno stic_metrics.md#Summation-Diagnostics). 140 Metrics](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/speed/diagno stic_metrics.md#Summation-Diagnostics).
146 141
147 ## The Groupby-picker 142 ## The Groupby-picker
148 143
149 The `groupby-picker` sits just above the table and allows you to control how 144 The `groupby-picker` sits just above the table and allows you to control how
150 Histograms are grouped into the Grouping Tree. 145 Histograms are grouped into the Grouping Tree.
151 146
152 Grouping keys include 147 Grouping keys include
153 * Histogram name 148 * Histogram name
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 332
338 ### The Show All Checkbox 333 ### The Show All Checkbox
339 334
340 By default, this checkbox is unchecked so that the table only displays 335 By default, this checkbox is unchecked so that the table only displays
341 Histograms that are source nodes in the metric graphical model. 336 Histograms that are source nodes in the metric graphical model.
342 Check this checkbox in order to show all Histograms, including those that are 337 Check this checkbox in order to show all Histograms, including those that are
343 not source nodes in the metric graphical model. 338 not source nodes in the metric graphical model.
344 339
345 ![Show All Histograms checkbox. 340 ![Show All Histograms checkbox.
346 ](/docs/images/metrics-results-ui-show-all.png) 341 ](/docs/images/metrics-results-ui-show-all.png)
OLDNEW
« no previous file with comments | « docs/how-to-write-metrics.md ('k') | tracing/trace_viewer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698