revert r5100 experiment
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 14 Aug 2012 21:53:53 +0000 (21:53 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 14 Aug 2012 21:53:53 +0000 (21:53 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@5104 2bbb7eff-a529-9590-31e7-b0007b416f81

bench/benchmain.cpp

index d957f4d..a91d348 100644 (file)
@@ -741,15 +741,6 @@ int main (int argc, char * const argv[]) {
     while ((bench = iter.next()) != NULL) {
         SkAutoTUnref<SkBenchmark> benchUnref(bench);
 
-#ifdef SK_BUILD_FOR_ANDROID
-        const char* name = bench->getName();
-        if (strstr(name, "path_") != name ||
-            strstr(name, "path_stroke") == name ||
-            strstr(name, "path_fill") == name ) {
-            continue;
-        }
-#endif
-
         SkIPoint dim = bench->getSize();
         if (dim.fX <= 0 || dim.fY <= 0) {
             continue;