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

Unified Diff: dm/DM.cpp

Issue 1663223002: DM: add uninteresting hashes FYI (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: already have that Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698