You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Compiler/Driver/ParseAndCheckInputs.fs
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1189,7 +1189,7 @@ let AddCheckResultsToTcState
1189
1189
singles <- singles +1
1190
1190
// TODO Thread-safety
1191
1191
total <- total + sw.Elapsed
1192
-
printfn $"[{Threading.Thread.CurrentThread.ManagedThreadId}] [{singles}] single add took {sw.ElapsedMilliseconds}ms, total so far: {total.TotalMilliseconds}ms"
1192
+
// printfn $"[{Threading.Thread.CurrentThread.ManagedThreadId}] [{singles}] single add took {sw.ElapsedMilliseconds}ms, total so far: {total.TotalMilliseconds}ms"
1193
1193
1194
1194
ccuSigForFile, tcState
1195
1195
@@ -1465,9 +1465,9 @@ let CheckOneInputAux'
1465
1465
printfn $"[{Thread.CurrentThread.ManagedThreadId}] Saving fsiBackedInfos for {file.FileName}"
1466
1466
fsiBackedInfos[file.FileName]<- sigFileType
1467
1467
1468
-
printfn $"Finished Processing Sig {file.FileName}"
1468
+
// printfn $"Finished Processing Sig {file.FileName}"
0 commit comments