DM: add uninteresting hashes FYI
authormtklein <mtklein@chromium.org>
Wed, 3 Feb 2016 19:21:45 +0000 (11:21 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 3 Feb 2016 19:21:45 +0000 (11:21 -0800)
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1663223002

Review URL: https://codereview.chromium.org/1663223002

dm/DM.cpp

index e5a6e4d..cdd53c6 100644 (file)
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -188,6 +188,8 @@ static void gather_uninteresting_hashes() {
         for (const SkString& hash : hashes) {
             gUninterestingHashes.add(hash);
         }
+        SkDebugf("FYI: loaded %d distinct uninteresting hashes from %d lines\n",
+                 gUninterestingHashes.count(), hashes.count());
     }
 }