docs: add full tutorial list to WindowsPerf vs extension #1335
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Before submitting a pull request for a new Learning Path, please review Create a Learning Path
Please do not include any confidential information in your contribution. This includes confidential microarchitecture details and unannounced product information. No AI tool can be used to generate either content or code when creating a learning path or install guide.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the Creative Commons Attribution 4.0 International License.
--
This pull request introduces new documentation for the WindowsPerf Visual Studio extension, detailing its various features and how to use them. The most important changes include the addition of new markdown files that cover the setup and usage of the extension's counting, sampling, and SPE features, as well as guidance for next steps.
Documentation Additions:
content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/_index.md
: Added an overview of the WindowsPerf Visual Studio extension, including prerequisites and learning objectives.content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/counting-feature.md
: Added a detailed guide on using the Counting feature, including setup, configuration, and result analysis.content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/sampling-feature.md
: Added a detailed guide on using the Sampling feature, including setup, configuration, and result analysis.content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/spe-feature.md
: Added a guide on the SPE feature, detailing its prerequisites and differences from the Sampling feature.Guidance for Next Steps:
content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/_next-steps.md
: Added guidance for next steps after using the WindowsPerf Visual Studio extension, including further reading and recommended paths.closes arm-developer-tools/windowsperf-vs-extension#11