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

Unified Diff: tools/dm_flags.py

Issue 1943403006: fix hairline clip (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: try to get more debug info Created 4 years, 7 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
« src/core/SkScan_Hairline.cpp ('K') | « src/core/SkScan_Hairline.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dm_flags.py
diff --git a/tools/dm_flags.py b/tools/dm_flags.py
index 47a3b25a7c60d78b3afc290355624e9291a53b4b..f93e511b9d09aa568055733dc98d256bb9a8c754 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -27,7 +27,7 @@ def lineno():
cov_start = lineno()+1 # We care about coverage starting just past this def.
def get_args(bot):
- args = []
+ args = ['--threads','0']
# 32-bit desktop bots tend to run out of memory, because they have relatively
# far more cores than RAM (e.g. 32 cores, 3G RAM). Hold them back a bit.
« src/core/SkScan_Hairline.cpp ('K') | « src/core/SkScan_Hairline.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698