Truncate the number of rows displayed on about:profiler.
Rather than displaying the full table of data (which can be quite large), we instead display only 30 (when ungrouped), or just 10 when grouped. This speeds up the rendering of the page since a much smaller number of rows need to be drawn. It also helps reduce the clutter when grouping. The hidden rows can be displayed with the click of a button. BUG=100992 Review URL: http://codereview.chromium.org/8574051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110545 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment