Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(5152)

Issue 233660043: RailInteractionRecord.layoutStats table of counters

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 11 months ago by benjhayden
Modified:
8 years, 8 months ago
Reviewers:
nduca
CC:
trace-review_googlegroups.com
Base URL:
git@github.com:google/trace-viewer@master
Visibility:
Public.

Description

RailInteractionRecord.layoutStats table of counters This is still empty until associatedEvents is implemented. This is still unused and invisible until a RAILInteractionRecordView is implemented. That will get rir.layoutStats directly. BUG=

Patch Set 1 #

Total comments: 2

Patch Set 2 : cleaner, more tests #

Patch Set 3 : optimization #

Total comments: 10

Patch Set 4 : comments #

Total comments: 13

Patch Set 5 : comments #

Patch Set 6 : comments #

Patch Set 7 : comments #

Total comments: 21

Patch Set 8 : comments #

Patch Set 9 : comments #

Patch Set 10 : comments #

Patch Set 11 : rebase #

Total comments: 2

Patch Set 12 : comments #

Patch Set 13 : assert.deepEqual #

Unified diffs Side-by-side diffs Delta from patch set Stats (+196 lines, -21 lines) Patch
M trace_viewer/extras/rail/rail_interaction_record.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +45 lines, -11 lines 0 comments Download
M trace_viewer/extras/rail/rail_interaction_record_test.html View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +151 lines, -10 lines 0 comments Download

Messages

Total messages: 23
benjhayden
8 years, 11 months ago (2015-05-19 21:42:54 UTC) #1
nduca
lgtm awesome
8 years, 11 months ago (2015-05-19 23:15:32 UTC) #2
nduca
https://codereview.appspot.com/233660043/diff/1/trace_viewer/extras/audits/rail_interaction_record.html File trace_viewer/extras/audits/rail_interaction_record.html (right): https://codereview.appspot.com/233660043/diff/1/trace_viewer/extras/audits/rail_interaction_record.html#newcode60 trace_viewer/extras/audits/rail_interaction_record.html:60: var layouts = this.associatedEvents.filter(function(event) { actually, can you come ...
8 years, 11 months ago (2015-05-19 23:17:44 UTC) #3
benjhayden
PTAL https://codereview.appspot.com/233660043/diff/1/trace_viewer/extras/audits/rail_interaction_record.html File trace_viewer/extras/audits/rail_interaction_record.html (right): https://codereview.appspot.com/233660043/diff/1/trace_viewer/extras/audits/rail_interaction_record.html#newcode60 trace_viewer/extras/audits/rail_interaction_record.html:60: var layouts = this.associatedEvents.filter(function(event) { On 2015/05/19 23:17:43, ...
8 years, 11 months ago (2015-05-20 17:43:16 UTC) #4
nduca
https://codereview.appspot.com/233660043/diff/40001/trace_viewer/extras/audits/rail_interaction_record.html File trace_viewer/extras/audits/rail_interaction_record.html (right): https://codereview.appspot.com/233660043/diff/40001/trace_viewer/extras/audits/rail_interaction_record.html#newcode47 trace_viewer/extras/audits/rail_interaction_record.html:47: if (!(layouts instanceof Array) || (layouts.length === 0)) why ...
8 years, 11 months ago (2015-05-20 23:34:32 UTC) #5
benjhayden
https://codereview.appspot.com/233660043/diff/40001/trace_viewer/extras/audits/rail_interaction_record.html File trace_viewer/extras/audits/rail_interaction_record.html (right): https://codereview.appspot.com/233660043/diff/40001/trace_viewer/extras/audits/rail_interaction_record.html#newcode47 trace_viewer/extras/audits/rail_interaction_record.html:47: if (!(layouts instanceof Array) || (layouts.length === 0)) On ...
8 years, 11 months ago (2015-05-22 21:44:23 UTC) #6
nduca
more comments :) https://codereview.appspot.com/233660043/diff/80001/trace_viewer/extras/audits/rail_interaction_record.html File trace_viewer/extras/audits/rail_interaction_record.html (right): https://codereview.appspot.com/233660043/diff/80001/trace_viewer/extras/audits/rail_interaction_record.html#newcode21 trace_viewer/extras/audits/rail_interaction_record.html:21: var ABBREV = { is there ...
8 years, 11 months ago (2015-05-27 02:52:39 UTC) #7
nduca
https://codereview.appspot.com/233660043/diff/80001/trace_viewer/extras/audits/rail_interaction_record.html File trace_viewer/extras/audits/rail_interaction_record.html (right): https://codereview.appspot.com/233660043/diff/80001/trace_viewer/extras/audits/rail_interaction_record.html#newcode29 trace_viewer/extras/audits/rail_interaction_record.html:29: LayoutObjectsThatHadNeverHadLayout: 'new', i finally figured out what was confusing ...
8 years, 11 months ago (2015-05-27 05:02:37 UTC) #8
benjhayden
https://codereview.appspot.com/233660043/diff/80001/trace_viewer/extras/audits/rail_interaction_record.html File trace_viewer/extras/audits/rail_interaction_record.html (right): https://codereview.appspot.com/233660043/diff/80001/trace_viewer/extras/audits/rail_interaction_record.html#newcode21 trace_viewer/extras/audits/rail_interaction_record.html:21: var ABBREV = { On 2015/05/27 02:52:38, nduca wrote: ...
8 years, 10 months ago (2015-05-28 18:16:00 UTC) #9
nduca
> https://codereview.appspot.com/233660043/diff/80001/trace_viewer/extras/audits/rail_interaction_record_test.html#newcode89 > trace_viewer/extras/audits/rail_interaction_record_test.html:89: > On 2015/05/27 02:52:39, nduca wrote: > > no good coverage ...
8 years, 10 months ago (2015-05-28 18:42:33 UTC) #10
benjhayden
https://codereview.appspot.com/233660043/diff/80001/trace_viewer/extras/audits/rail_interaction_record.html File trace_viewer/extras/audits/rail_interaction_record.html (right): https://codereview.appspot.com/233660043/diff/80001/trace_viewer/extras/audits/rail_interaction_record.html#newcode29 trace_viewer/extras/audits/rail_interaction_record.html:29: LayoutObjectsThatHadNeverHadLayout: 'new', On 2015/05/27 05:02:37, nduca wrote: > i ...
8 years, 10 months ago (2015-05-28 20:44:56 UTC) #11
dsinclair
https://codereview.appspot.com/233660043/diff/140001/trace_viewer/extras/rail/rail_interaction_record.html File trace_viewer/extras/rail/rail_interaction_record.html (right): https://codereview.appspot.com/233660043/diff/140001/trace_viewer/extras/rail/rail_interaction_record.html#newcode68 trace_viewer/extras/rail/rail_interaction_record.html:68: var averages = {'host': 'AVG'}; Is this format to ...
8 years, 10 months ago (2015-05-29 20:43:10 UTC) #12
benjhayden
https://codereview.appspot.com/233660043/diff/140001/trace_viewer/extras/rail/rail_interaction_record.html File trace_viewer/extras/rail/rail_interaction_record.html (right): https://codereview.appspot.com/233660043/diff/140001/trace_viewer/extras/rail/rail_interaction_record.html#newcode68 trace_viewer/extras/rail/rail_interaction_record.html:68: var averages = {'host': 'AVG'}; On 2015/05/29 20:43:10, dsinclair ...
8 years, 10 months ago (2015-05-29 21:19:56 UTC) #13
dsinclair
https://codereview.appspot.com/233660043/diff/140001/trace_viewer/extras/rail/rail_interaction_record.html File trace_viewer/extras/rail/rail_interaction_record.html (right): https://codereview.appspot.com/233660043/diff/140001/trace_viewer/extras/rail/rail_interaction_record.html#newcode68 trace_viewer/extras/rail/rail_interaction_record.html:68: var averages = {'host': 'AVG'}; On 2015/05/29 21:19:55, benjhayden ...
8 years, 10 months ago (2015-05-29 21:41:12 UTC) #14
benjhayden
https://codereview.appspot.com/233660043/diff/140001/trace_viewer/extras/rail/rail_interaction_record.html File trace_viewer/extras/rail/rail_interaction_record.html (right): https://codereview.appspot.com/233660043/diff/140001/trace_viewer/extras/rail/rail_interaction_record.html#newcode68 trace_viewer/extras/rail/rail_interaction_record.html:68: var averages = {'host': 'AVG'}; On 2015/05/29 21:41:11, dsinclair ...
8 years, 10 months ago (2015-06-03 20:20:46 UTC) #15
dsinclair
https://codereview.appspot.com/233660043/diff/140001/trace_viewer/extras/rail/rail_interaction_record.html File trace_viewer/extras/rail/rail_interaction_record.html (right): https://codereview.appspot.com/233660043/diff/140001/trace_viewer/extras/rail/rail_interaction_record.html#newcode82 trace_viewer/extras/rail/rail_interaction_record.html:82: return {'count': 0, 'totalMs': 0, 'avgMs': NaN}; On 2015/06/03 ...
8 years, 10 months ago (2015-06-03 20:26:30 UTC) #16
nduca
https://codereview.appspot.com/233660043/diff/140001/trace_viewer/extras/rail/rail_interaction_record.html File trace_viewer/extras/rail/rail_interaction_record.html (right): https://codereview.appspot.com/233660043/diff/140001/trace_viewer/extras/rail/rail_interaction_record.html#newcode103 trace_viewer/extras/rail/rail_interaction_record.html:103: row[colAbbrev] = layout.args.counters[colVerbose] || 0; I think Ben the ...
8 years, 10 months ago (2015-06-04 07:30:43 UTC) #17
nduca
fyi with https://codereview.appspot.com/245940043 --- i have landed a generic table and a array_of_numbers_span feature. there's ...
8 years, 10 months ago (2015-06-09 05:27:31 UTC) #18
benjhayden
https://codereview.appspot.com/233660043/diff/140001/trace_viewer/extras/rail/rail_interaction_record.html File trace_viewer/extras/rail/rail_interaction_record.html (right): https://codereview.appspot.com/233660043/diff/140001/trace_viewer/extras/rail/rail_interaction_record.html#newcode103 trace_viewer/extras/rail/rail_interaction_record.html:103: row[colAbbrev] = layout.args.counters[colVerbose] || 0; On 2015/06/03 20:26:30, dsinclair ...
8 years, 10 months ago (2015-06-16 19:29:30 UTC) #19
benjhayden
https://codereview.appspot.com/233660043/diff/220001/trace_viewer/extras/rail/rail_interaction_record.html File trace_viewer/extras/rail/rail_interaction_record.html (right): https://codereview.appspot.com/233660043/diff/220001/trace_viewer/extras/rail/rail_interaction_record.html#newcode66 trace_viewer/extras/rail/rail_interaction_record.html:66: RAILInteractionRecord.prototype = { RAILIR.layoutStats getter
8 years, 10 months ago (2015-06-16 19:38:19 UTC) #20
benjhayden
PTAL
8 years, 10 months ago (2015-06-16 23:39:43 UTC) #21
nduca
sanity check: i thought we agreed we're not moving this right now? one thing dan ...
8 years, 10 months ago (2015-06-17 00:08:49 UTC) #22
dsinclair
8 years, 8 months ago (2015-08-05 15:40:34 UTC) #23

          
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b