Chromium Code Reviews
DescriptionAdd 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. #
Messages
Total messages: 13 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||