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

Issue 756643004: Don't count a leading 1 as a signficant digit in the ratio. (Closed)

Created:
6 years ago by mtklein_C
Modified:
6 years ago
Reviewers:
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Don't count a leading 1 as a signficant digit in the ratio. What used to look like this: desk_pokemonwiki.skp 9.38ms -> 9.76ms 1x tabl_pravda.skp 237us -> 241us 1x desk_css3gradients.skp 249us -> 254us 1x .... desk_fontwipe.skp 39.6us -> 38.7us 0.98x tabl_digg.skp 922us -> 893us 0.97x tabl_gmail.skp 20.7us -> 20us 0.96x Now will print more like this: desk_pokemonwiki.skp 9.38ms -> 9.76ms 1.04x tabl_pravda.skp 237us -> 241us 1.02x desk_css3gradients.skp 249us -> 254us 1.02x .... desk_fontwipe.skp 39.6us -> 38.7us 0.98x tabl_digg.skp 922us -> 893us 0.97x tabl_gmail.skp 20.7us -> 20us 0.96x BUG=skia: Committed: https://skia.googlesource.com/skia/+/8a84db909a65fae4e801999fb45c538aaad805a8

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M bin/compare View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
mtklein_C
6 years ago (2014-11-24 22:44:27 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
8a84db909a65fae4e801999fb45c538aaad805a8 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698