diff --git a/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/SPE-settings.png b/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/SPE-settings.png index 26921248f8..be7e91b010 100644 Binary files a/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/SPE-settings.png and b/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/SPE-settings.png differ diff --git a/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/counting-feature.md b/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/counting-feature.md index d40b7cdf87..10a21a5e31 100644 --- a/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/counting-feature.md +++ b/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/counting-feature.md @@ -39,8 +39,8 @@ Check the `Timeline` check box create a timeline view. Choose the number of ite To start the counting process click on the `Start` button. If you’ve set a timeout, the process will run for the specified duration. Otherwise, you have the flexibility to end the counting manually using the `Stop` button. - -For the current code example, you will see the counted events in the `Counting Output` located in the lower section of the dialog. + +For the current code example, select `cpu_cycles` in the Event List and select `dache` in the Metrics List then you will see the counted events in the `Counting Output` located in the lower section of the dialog. ![Start Counting](./start-counting.png) diff --git a/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/debug.png b/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/debug.png old mode 100644 new mode 100755 index 46b92decc5..7d33df4b0f Binary files a/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/debug.png and b/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/debug.png differ diff --git a/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/host-data.png b/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/host-data.png index 17569c5939..7c3b5ad993 100644 Binary files a/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/host-data.png and b/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/host-data.png differ diff --git a/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/release.png b/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/release.png old mode 100644 new mode 100755 index 1841abe7e5..9b74ba06c4 Binary files a/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/release.png and b/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/release.png differ diff --git a/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/sampling-overview.png b/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/sampling-overview.png index c04d4f5cf7..3e7299c269 100644 Binary files a/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/sampling-overview.png and b/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/sampling-overview.png differ diff --git a/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/sampling-results.png b/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/sampling-results.png index f195be1608..08047d4ded 100644 Binary files a/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/sampling-results.png and b/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/sampling-results.png differ diff --git a/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/sampling-settings.png b/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/sampling-settings.png index 01ff9d30ba..68bcc1cf5c 100644 Binary files a/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/sampling-settings.png and b/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/sampling-settings.png differ diff --git a/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/settings-page.png b/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/settings-page.png index 8d81b8e019..90f6454f51 100644 Binary files a/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/settings-page.png and b/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/settings-page.png differ diff --git a/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/spe-feature.md b/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/spe-feature.md index 315e52739e..af5e4fdd46 100644 --- a/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/spe-feature.md +++ b/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/spe-feature.md @@ -11,6 +11,10 @@ layout: learningpathall The SPE feature is a subset of the Sampling feature that we just discussed. +{{% notice Note %}} +This section requires hardware that supports the SPE specification to function properly. +{{% /notice %}} + ## What is The Arm Statistical Profiling Extension (SPE) The Arm Statistical Profiling Extension (SPE) is an architectural feature designed for enhanced instruction execution profiling within Arm CPUs. This feature has been available since the introduction of the Neoverse N1 CPU platform in 2019, along with performance monitor units (PMUs) generally available in Arm CPUs. diff --git a/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/spe-results.png b/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/spe-results.png index 2357fe4d9c..89a4818255 100644 Binary files a/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/spe-results.png and b/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/spe-results.png differ diff --git a/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/start-counting.png b/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/start-counting.png old mode 100644 new mode 100755 index 06ba4db55c..c14347cd87 Binary files a/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/start-counting.png and b/content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/start-counting.png differ