Searched refs:appendSummaryRow (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/trace-viewer/src/ |
D | timeline_analysis_view.js | 84 appendSummaryRow: function(table, label, opt_text) { method in AnalysisResults 131 this.appendSummaryRow(table, label, 213 results.appendSummaryRow(table, 'Title', slice.title); 216 results.appendSummaryRow(table, 'Category', slice.category); 231 results.appendSummaryRow(table, 'Args'); 235 results.appendSummaryRow(table, ' ' + argName, argVal); 343 results.appendSummaryRow(table, 'Title', ctr.name); 348 results.appendSummaryRow(table, ctr.seriesNames[i], values[i]);
|
/external/chromium-trace/ |
D | script.js | 167 …b.appendTableHeader(h,"Selected slice:");b.appendSummaryRow(h,"Title",d.title);d.category&&b.appen… 168 var e=0,k;for(k in d.args)e+=1;if(0<e)for(k in b.appendSummaryRow(h,"Args"),d.args)b.appendSummaryR… 171 …nter:");b.appendSummaryRow(h,"Title",e.name);b.appendSummaryRowTime(h,"Timestamp",e.timestamps[y])… 173 …"tr");this.appendElement_(e,"th",a).className="analysis-table-header"},appendSummaryRow:function(b, method 175 …endTableCell_(b,a,e," ")},appendSummaryRowTime:function(b,a,e){this.appendSummaryRow(b,a,tracing.a…
|