Skip to content

Commit c980a10

Browse files
authored
Track PostTypeCheckSemanticChecks.CheckImplFile activity. (#16528)
1 parent 018c1a4 commit c980a10

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Compiler/Checking/CheckDeclarations.fs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5749,6 +5749,12 @@ let CheckOneImplFile
57495749
try
57505750
let reportErrors = not (checkForErrors())
57515751
let tcVal = LightweightTcValForUsingInBuildMethodCall g
5752+
use _ =
5753+
Activity.start "PostTypeCheckSemanticChecks.CheckImplFile"
5754+
[|
5755+
Activity.Tags.fileName, fileName
5756+
Activity.Tags.qualifiedNameOfFile, qualNameOfFile.Text
5757+
|]
57525758
PostTypeCheckSemanticChecks.CheckImplFile
57535759
(g, cenv.amap, reportErrors, cenv.infoReader,
57545760
env.eInternalsVisibleCompPaths, cenv.thisCcu, tcVal, envAtEnd.DisplayEnv,

0 commit comments

Comments
 (0)