Skip to content

Commit

Permalink
Track PostTypeCheckSemanticChecks.CheckImplFile activity. (#16528)
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf authored Jan 15, 2024
1 parent 018c1a4 commit c980a10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Compiler/Checking/CheckDeclarations.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5749,6 +5749,12 @@ let CheckOneImplFile
try
let reportErrors = not (checkForErrors())
let tcVal = LightweightTcValForUsingInBuildMethodCall g
use _ =
Activity.start "PostTypeCheckSemanticChecks.CheckImplFile"
[|
Activity.Tags.fileName, fileName
Activity.Tags.qualifiedNameOfFile, qualNameOfFile.Text
|]
PostTypeCheckSemanticChecks.CheckImplFile
(g, cenv.amap, reportErrors, cenv.infoReader,
env.eInternalsVisibleCompPaths, cenv.thisCcu, tcVal, envAtEnd.DisplayEnv,
Expand Down

0 comments on commit c980a10

Please sign in to comment.