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

Issue 22815003: Add detailed performance histograms to Files.app. (Abandoned) (Closed)

Created:
7 years, 4 months ago by mtomasz
Modified:
6 years, 3 months ago
Reviewers:
hirono
CC:
chromium-reviews, rginda+watch_chromium.org, arv+watch_chromium.org
Visibility:
Public.

Description

Add detailed performance histograms to Files.app. This patch adds following performance histograms: - Load.Preference - time to load preferences - Load.General - time to load general stuff (light) - Load.Strings - time to load strings - Load.EssentialUI - time to load essential UI (light) - Load.AdditionalUI - time to load non-essential UI (moderate) - Load.FileSystemUI - time to load file system related ui (heavy) - Load.Display - time until displaying the basic UI Also, it removes following histograms: - Load.Parse - unused - Load.Construct - unused - Load.DOM - unused - Load - unused Finally, renames: - Load.Roots -> UpdateRootsTime - the roots are updated not only during initialization. TEST=Verify chrome://histogram if the histograms exist. BUG=271409

Patch Set 1 #

Patch Set 2 : Added histograms.xml #

Patch Set 3 : Fixed. #

Patch Set 4 : Fixed. #

Total comments: 2

Patch Set 5 : Fixed histograms. #

Total comments: 20

Patch Set 6 : Fixed + rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -23 lines) Patch
M chrome/browser/resources/file_manager/js/directory_model.js View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/file_manager/js/file_manager.js View 1 2 3 4 5 11 chunks +19 lines, -2 lines 0 comments Download
M chrome/browser/resources/file_manager/js/metrics.js View 1 chunk +1 line, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 3 chunks +64 lines, -19 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
mtomasz
@hirono: PTAL at JS. @mpearson: PTAL at histograms.xml.
7 years, 4 months ago (2013-08-12 11:17:57 UTC) #1
hirono
lgtm with nit. Thanks! https://codereview.chromium.org/22815003/diff/10001/chrome/browser/resources/file_manager/js/file_manager.js File chrome/browser/resources/file_manager/js/file_manager.js (right): https://codereview.chromium.org/22815003/diff/10001/chrome/browser/resources/file_manager/js/file_manager.js#newcode214 chrome/browser/resources/file_manager/js/file_manager.js:214: var group = new AsyncUtil.Group(); ...
7 years, 4 months ago (2013-08-12 16:53:51 UTC) #2
Mark P
Please look over all these histograms to annotate them to say whether they overlap with ...
7 years, 4 months ago (2013-08-12 21:35:39 UTC) #3
mtomasz
@mpearson: PTAL. Thanks. It would be great if we could land it to M-30. https://codereview.chromium.org/22815003/diff/10001/chrome/browser/resources/file_manager/js/file_manager.js ...
7 years, 4 months ago (2013-08-13 01:49:29 UTC) #4
Mark P
https://codereview.chromium.org/22815003/diff/21001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (left): https://codereview.chromium.org/22815003/diff/21001/tools/metrics/histograms/histograms.xml#oldcode3888 tools/metrics/histograms/histograms.xml:3888: -<histogram name="FileBrowser.Load" units="milliseconds"> Please do not delete histograms. Mark ...
7 years, 4 months ago (2013-08-13 18:28:07 UTC) #5
Mark P
Also, your changelist description is out of date. --mark P.S. I'm sorry I didn't see ...
7 years, 4 months ago (2013-08-13 18:37:21 UTC) #6
mtomasz
https://codereview.chromium.org/22815003/diff/21001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (left): https://codereview.chromium.org/22815003/diff/21001/tools/metrics/histograms/histograms.xml#oldcode3888 tools/metrics/histograms/histograms.xml:3888: -<histogram name="FileBrowser.Load" units="milliseconds"> On 2013/08/13 18:28:07, Mark P wrote: ...
7 years, 4 months ago (2013-08-15 03:56:55 UTC) #7
Mark P
https://codereview.chromium.org/22815003/diff/21001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (left): https://codereview.chromium.org/22815003/diff/21001/tools/metrics/histograms/histograms.xml#oldcode3888 tools/metrics/histograms/histograms.xml:3888: -<histogram name="FileBrowser.Load" units="milliseconds"> On 2013/08/15 03:56:55, mtomasz wrote: > ...
7 years, 4 months ago (2013-08-15 15:22:50 UTC) #8
Mark P
Is this changelist still pending? The last message I see is some comments from me ...
7 years, 2 months ago (2013-10-17 17:40:06 UTC) #9
mtomasz
On 2013/10/17 17:40:06, Mark P wrote: > Is this changelist still pending? The last message ...
7 years, 2 months ago (2013-10-21 00:26:50 UTC) #10
Mark P
On 2013/10/21 00:26:50, mtomasz wrote: > On 2013/10/17 17:40:06, Mark P wrote: > > Is ...
6 years, 9 months ago (2014-03-13 17:23:08 UTC) #11
mtomasz
On 2014/03/13 17:23:08, Mark P wrote: > On 2013/10/21 00:26:50, mtomasz wrote: > > On ...
6 years, 9 months ago (2014-03-14 02:35:39 UTC) #12
mtomasz
6 years, 9 months ago (2014-03-14 02:36:12 UTC) #13
On 2014/03/14 02:35:39, mtomasz wrote:
> On 2014/03/13 17:23:08, Mark P wrote:
> > On 2013/10/21 00:26:50, mtomasz wrote:
> > > On 2013/10/17 17:40:06, Mark P wrote:
> > > > Is this changelist still pending?  The last message I see is some
comments
> > > from
> > > > me that haven't been replied to.
> > > > 
> > > > --mark
> > > 
> > > Yes. This is not a priority now, I'll address them soon.
> > 
> > This change as been sitting in my inbox for 7 months now.  Is it still
> relevant
> > / do you still plan to get to it?
> > 
> > (I'm trying to clean up my codereview inbox.)
> > 
> > thanks,
> > mark
> 
> There are plans, but I'm very busy with other things at this moment. Files app
> has changed since then, and I need to fix this patch.

Removing from reviewers as for now, to clean your inbox.

Powered by Google App Engine
This is Rietveld 408576698