Home | History | Annotate | Download | only in analysis

Lines Matching full:selection

22   var SliceSelectionAnalysis = tracing.ui.define('slice-selection-analysis');
30 set selection(s) {
32 throw new Error('Expected at least 1 slice in selection');
35 throw new Error('Expected only slices in selection');
41 get selection() {
64 childEl.selection = sliceHitsSelection;
71 * and for each selection of hits, create a group analysis
88 childEl.selection = selectionsByTitle[groupTitle];
108 this.appendDataRow_(groupSummaryEl, 'Selection Start',
110 this.appendDataRow_(groupSummaryEl, 'Selection End',
122 selectionsByTitle[title] = new tracing.Selection();