| Index: tools/flags/SkCommonFlags.cpp
|
| diff --git a/tools/flags/SkCommonFlags.cpp b/tools/flags/SkCommonFlags.cpp
|
| index 7b47c58c6bad9a20dbb09e84b169453672960461..a30ba7e7fb7789e31a33a82f262008a199bd4bc8 100644
|
| --- a/tools/flags/SkCommonFlags.cpp
|
| +++ b/tools/flags/SkCommonFlags.cpp
|
| @@ -38,7 +38,9 @@ DEFINE_string2(match, m, NULL,
|
|
|
| DEFINE_bool2(quiet, q, false, "if true, don't print status updates.");
|
|
|
| -DEFINE_bool(resetGpuContext, true, "Reset the GrContext before running each bench.");
|
| +DEFINE_bool(resetGpuContext, true, "Reset the GrContext before running each test.");
|
| +DEFINE_bool(abandonGpuContext, false, "Abandon the GrContext after running each test. "
|
| + "Implies --resetGpuContext.");
|
|
|
| DEFINE_bool2(single, z, false, "run tests on a single thread internally.");
|
|
|
|
|