Chromium Code Reviews| Index: dm/DM.cpp |
| diff --git a/dm/DM.cpp b/dm/DM.cpp |
| index e5a6e4d196d2cc5c990f551b01f7fc6dcc742939..cdd53c6be473622434124c3a554f1b18046295fe 100644 |
| --- 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()); |
| } |
| } |