]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/prebased-performance/foo.c
dyld-95.3.tar.gz
[apple/dyld.git] / unit-tests / test-cases / prebased-performance / foo.c
index 0da036f208818af2f537026c79854c493e6f1fab..1836973e174608590cf8b782ca863817296d14ea 100644 (file)
@@ -66,6 +66,8 @@ bool checkRebasing()
                        ++dirtyPageCount;
        }
 
+       //fprintf(stderr, "dirtyPageCount=%d\n", dirtyPageCount);
+
        // if there are too many dirty pages, then dyld is inefficient
        return ( dirtyPageCount < 2 );
 }