Update README with requirements for using LongModuleFinder, LongHeaderUnitFinder, and LongPrecompiledHeaderFinder

This commit is contained in:
Helena Gregg 2021-06-02 10:03:28 -07:00
Родитель 8b334ae36b
Коммит a2bbe91258
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -23,9 +23,9 @@ This repository provides buildable and runnable samples for the C++ Build Insigh
| LongCodeGenFinder | Lists the functions that take more than 500 milliseconds to generate in your entire build. |
| RecursiveTemplateInspector | Identifies costly recursive template instantiations. |
| TopHeaders | Determines which headers you might want to precompile. |
| LongModuleFinder | Identifies costly module interface IFC creation. |
| HeaderUnitFinder | Identifies costly header unit IFC creation. |
| PrecompiledHeaderFinder | Identifies costly precompiled header (PCH) IFC creation. |
| LongModuleFinder | Identifies costly module interface IFC creation. Requires trace with code built using MSVC version 16.10 or later and using SDK version Microsoft.Cpp.BuildInsights 1.2.0 or later. |
| LongHeaderUnitFinder | Identifies costly header unit IFC creation. Requires trace with code built using MSVC version 16.10 or later and using SDK version Microsoft.Cpp.BuildInsights 1.2.0 or later. |
| LongPrecompiledHeaderFinder | Identifies costly precompiled header (PCH) IFC creation. Requires trace with code built using MSVC version 16.10 or later and using SDK version Microsoft.Cpp.BuildInsights 1.2.0 or later. |
## Prerequisites