Skip to content

Commit e22eb52

Browse files
authored
Fix wrong build time value for image in "Troubleshoot template instantiation impact on build time" topic
1 parent e4f4427 commit e22eb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build-insights/tutorials/build-insights-template-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The **Templates** view lists the template instantiations that contributed signif
129129
- **Instantiation File Name** shows where the template is defined.
130130

131131
:::image type="complex" source="./media/templates-view-before-fix.png" alt-text="Screenshot of the Build Insights Templates view showing expensive template instantiations." lightbox="./media/templates-view-before-fix.png":::
132-
The Templates view shows two template instantiations of struct S3 taking most (79.448 percent) of the build time. The Translation Unit column shows that both LargeValue.cpp and TemplateAnalysis.cpp are affected. The build time is 4.066 seconds.
132+
The Templates view shows two template instantiations of struct S3 taking most (79.448 percent) of the build time. The Translation Unit column shows that both LargeValue.cpp and TemplateAnalysis.cpp are affected. The build time is 4.966 seconds.
133133
:::image-end:::
134134

135135
- Sort by **Time** to find the templates that take the longest to instantiate.

0 commit comments

Comments
 (0)