|
1 | 1 | --- |
2 | | -title: "Troubleshoot function inlining on build time" |
| 2 | +title: "Troubleshoot function inlining impact on build time" |
3 | 3 | description: "Tutorial for how to use Build Insights function view to troubleshoot the impact of function inlining on build time in your C++ projects." |
4 | 4 | ms.date: 5/30/2024 |
5 | 5 | helpviewer_keywords: ["C++ Build Insights", "inline function analysis", "build time analysis", "__forceinline analysis", "inlines analysis"] |
6 | 6 | ms.topic: troubleshooting-general |
7 | 7 | --- |
8 | | -# Troubleshoot function inlining on build time |
| 8 | +# Troubleshoot function inlining impact on build time |
9 | 9 |
|
10 | 10 | Use Build Insights **Functions** view to troubleshoot the impact of function inlining on build time in your C++ projects. |
11 | 11 |
|
@@ -128,8 +128,8 @@ Double-click, right-click, or press **Enter** while on a file in the **Functions |
128 | 128 |
|
129 | 129 | ## Tips |
130 | 130 |
|
131 | | -- You can **File** > **Save As** the ETL file to a more permanent location to keep a record of the build time. You can then compare it to future builds to see if your changes are improving build time. |
132 | | -- If you inadvertently close the Build Insights window, reopen it by finding the `<dateandtime>.etl` file in your temporary folder. The `TEMP` Windows environment variable provides the path of your temporary files folder. |
| 131 | +- Use **File** > **Save As** to save the ETL file to a more permanent location to keep a record of the build time information. You can then compare it to future builds to see how your changes are improving things. |
| 132 | +- If you close the Build Insights window, reopen it by finding the `<dateandtime>.etl` file in your temporary folder. The `TEMP` Windows environment variable provides the path of your temporary files folder. |
133 | 133 | - To dig into the Build Insights data with Windows Performance Analyzer (WPA), click the **Open in WPA** button in the bottom right of the ETL window. |
134 | 134 | - Drag columns to change the order of the columns. For instance, you may prefer moving the **Time** column to be the first column. You can hide columns by right-clicking on the column header and deselecting the columns you don't want to see. |
135 | 135 | - The **Functions** view provides a filter box to find a function that you're interested in. It does partial matches on the name you provide. |
|
0 commit comments