| Index: tools/flags/SkCommonFlags.cpp
|
| diff --git a/tools/flags/SkCommonFlags.cpp b/tools/flags/SkCommonFlags.cpp
|
| index c8cd330f59e775ed9ad757680ecfb7b329971a33..99d05c15f7e4cc7fa4dfa45f0ef12b95b67076c5 100644
|
| --- a/tools/flags/SkCommonFlags.cpp
|
| +++ b/tools/flags/SkCommonFlags.cpp
|
| @@ -43,8 +43,8 @@ DEFINE_bool(abandonGpuContext, false, "Abandon the GrContext after running each
|
|
|
| DEFINE_string(skps, "skps", "Directory to read skps from.");
|
|
|
| -DEFINE_int32(threads, 0, "Run threadsafe tests on a threadpool with this many threads, "
|
| - "defaulting to one thread per core.");
|
| +DEFINE_int32(threads, -1, "Run threadsafe tests on a threadpool with this many extra threads, "
|
| + "defaulting to one extra thread per core.");
|
|
|
| DEFINE_bool2(verbose, v, false, "enable verbose output from the test driver.");
|
|
|
|
|