Chromium Code Reviews
DescriptionImprove download performance statistics.
I've removed the questionable Download.BandwidthNetwork measurement, and
replaced it with measurements designed to answer the question "What is the
bottleneck for a download?" Specfically, this includes two new statistics:
* Download.DiskBandwidthUsedPercentage: The percentage of the
available disk bandwith that was actually used. 100% implies that
the disk was the performance bottleneck.
* Download.ResourceHandlerBlockedPercentage: The percentage of the
time it was alive that the DownloadResourceHandler was throttled for
performance reasons. 0% implies that the network was the
performance bottleneck.
R=benjhayden@chromium.org
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=145320
Patch Set 1 #Patch Set 2 : Fixes from self code review. #Patch Set 3 : Avoid division by zero errors. #
Messages
Total messages: 6 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||