[Dependency Scanning] Keep track of how many filesystem module lookups the dependency scanner performs on a given scan

This commit is contained in:
Artem Chikin
2024-12-05 14:26:56 -08:00
parent 25d32fc7a3
commit 48387eed55
5 changed files with 17 additions and 8 deletions

View File

@@ -1783,6 +1783,7 @@ void ModuleDependenciesCacheSerializer::collectStringsAndArrays(
addIdentifier(swiftTextDeps->textualModuleDetails
.CASBridgingHeaderIncludeTreeRootID);
addIdentifier(swiftTextDeps->moduleCacheKey);
addIdentifier(swiftTextDeps->userModuleVersion);
break;
}
case swift::ModuleDependencyKind::SwiftBinary: {