File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -336,10 +336,10 @@ class SerialBackgroundQueue {
336
336
}
337
337
};
338
338
339
- #ifndef NDEBUG
339
+ // #ifndef NDEBUG
340
340
#include < iomanip>
341
341
#include < iostream>
342
- #endif
342
+ // #endif
343
343
344
344
// Most input files have been mapped but not yet paged in.
345
345
// This code forces the page-ins on multiple threads so
@@ -372,10 +372,12 @@ void multiThreadedPageInBackground(DeferredFiles &deferred) {
372
372
});
373
373
374
374
LLVM_ATTRIBUTE_UNUSED auto dt = high_resolution_clock::now () - t0;
375
- LLVM_DEBUG (if (Process::GetEnv (" LLD_MULTI_THREAD_PAGE" )) std::cerr
376
- << " multiThreadedPageIn " << totalBytes << " /" << included << " /"
377
- << deferred.size () << " /" << std::setprecision (4 )
378
- << duration_cast<milliseconds>(dt).count () / 1000 . << " \n " );
375
+ // LLVM_DEBUG(
376
+ if (Process::GetEnv (" LLD_MULTI_THREAD_PAGE" ))
377
+ std::cerr << " multiThreadedPageIn " << totalBytes << " /" << included << " /"
378
+ << deferred.size () << " /" << std::setprecision (4 )
379
+ << duration_cast<milliseconds>(dt).count () / 1000 . << " \n " ;
380
+ // );
379
381
}
380
382
381
383
static void multiThreadedPageIn (const DeferredFiles &deferred,
You can’t perform that action at this time.
0 commit comments