Loading...
cache_builder/Timer.h dyld-1284.13 dyld-1335
--- dyld/dyld-1284.13/cache_builder/Timer.h
+++ dyld/dyld-1335/cache_builder/Timer.h
@@ -102,9 +102,11 @@
 
     void log(const char* format, ...)  const __attribute__((format(printf, 2, 3)));
 
-    bool printTimers    = false;
-    bool printStats     = false;
-    bool printDebug     = false;
+    bool printTimers            = false;
+    bool printStats             = false;
+    bool printDebug             = false;
+    bool printDebugIMPCaches    = false;
+    bool printDebugCacheLayout  = false;
 
 private:
     std::string logPrefix;