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

Side by Side Diff: tracing/tracing/value/ui/timings.md

Issue 2999863002: Results.html: record maximum Histogram.numValues in google analytics. (Closed)
Patch Set: fix vinn tests 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 unified diff | Download patch
« no previous file with comments | « tracing/tracing/value/histogram_parameter_collector.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This document describes the Google Analytics metrics reported by results.html. 1 This document describes the Google Analytics metrics reported by results.html.
2 2
3 Measures are recorded by the performance web API, and are visible in the User 3 Measures are recorded by the performance web API, and are visible in the User
4 Timing track in the devtools Performance timeline. 4 Timing track in the devtools Performance timeline.
5 5
6 Instant events are recorded using console.timestamp(), and are visible as orange 6 Instant events are recorded using console.timestamp(), and are visible as orange
7 ticks at the top of the devtools Performance timeline. 7 ticks at the top of the devtools Performance timeline.
8 8
9 Both measures and instant events are recorded as Events in Google Analytics. 9 Both measures and instant events are recorded as Events in Google Analytics.
10 [Access these metrics here](https://analytics.google.com/analytics/web/#embed/re port-home/a98760012w145165698p149871853/) if you have been granted access. 10 [Access these metrics here](https://analytics.google.com/analytics/web/#embed/re port-home/a98760012w145165698p149871853/) if you have been granted access.
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 names, and possible groupings. 66 names, and possible groupings.
67 * `downloadCSV` measures latency to build a CSV file and download it. 67 * `downloadCSV` measures latency to build a CSV file and download it.
68 * histogram-span 68 * histogram-span
69 * `brushBins` instant event recorded when the user finishes brushing bins. 69 * `brushBins` instant event recorded when the user finishes brushing bins.
70 * `clearBrushedBins` instant event recorded when the user clears brushed 70 * `clearBrushedBins` instant event recorded when the user clears brushed
71 bins. 71 bins.
72 * `mergeSampleDiagnostics` measures latency of displaying the table of merged 72 * `mergeSampleDiagnostics` measures latency of displaying the table of merged
73 sample diagnostics. 73 sample diagnostics.
74 * `splitSampleDiagnostics` measures latency of displaying the table of 74 * `splitSampleDiagnostics` measures latency of displaying the table of
75 unmerged sample diagnostics. 75 unmerged sample diagnostics.
76 * HistogramParameterCollector
77 * `maxSampleCount` instant event records maximum Histogram.numValues
OLDNEW
« no previous file with comments | « tracing/tracing/value/histogram_parameter_collector.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698