Skip to content

Commit e4cf0d5

Browse files
author
Kevin Cadieux
committed
Adding links to blog articles.
1 parent 3886a48 commit e4cf0d5

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/build-insights/get-started-with-cpp-build-insights.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The main components of this technology are:
2525
- a Windows Performance Analyzer (WPA) extension that allows you to view build traces in WPA, and
2626
- the C++ Build Insights SDK, a software development kit for creating your own tools that consume C++ Build Insights data.
2727

28-
Click on the links below to quickly get started with these components:
28+
## Documentation sections
2929

3030
[Tutorial: vcperf and Windows Performance Analyzer](tutorials/vcperf-and-wpa.md)\
3131
Learn how to collect build traces for your C++ projects and how to view them in WPA.
@@ -36,4 +36,16 @@ Discover useful WPA tips for analyzing your build traces.
3636
[C++ Build Insights SDK](reference/sdk/overview.md)\
3737
An overview of the C++ Build Insights SDK.
3838

39+
## Articles
40+
41+
Read these articles from the official C++ team blog for more information on C++ Build Insights:
42+
43+
[Introducing C++ Build Insights](https://devblogs.microsoft.com/cppblog/introducing-c-build-insights/)
44+
45+
[Analyze your builds programmatically with the C++ Build Insights SDK](https://devblogs.microsoft.com/cppblog/analyze-your-builds-programmatically-with-the-c-build-insights-sdk/)
46+
47+
[Finding build bottlenecks with C++ Build Insights](https://devblogs.microsoft.com/cppblog/finding-build-bottlenecks-with-cpp-build-insights/)
48+
49+
[Faster builds with PCH suggestions from C++ Build Insights](https://devblogs.microsoft.com/cppblog/faster-builds-with-pch-suggestions-from-c-build-insights/)
50+
3951
::: moniker-end

0 commit comments

Comments
 (0)