Skip to content

Commit 10d591f

Browse files
Merge pull request #1638 from odincodeshen/main
WinPerf VS Extension: View & Upload High-Resolution Screenshot.
2 parents fc3c7d1 + c66bf29 commit 10d591f

File tree

12 files changed

+6
-2
lines changed

12 files changed

+6
-2
lines changed
191 KB
Loading

content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/counting-feature.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Check the `Timeline` check box create a timeline view. Choose the number of ite
3939
To start the counting process click on the `Start` button.
4040

4141
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.
42-
43-
For the current code example, you will see the counted events in the `Counting Output` located in the lower section of the dialog.
42+
43+
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.
4444

4545
![Start Counting](./start-counting.png)
4646

21.8 KB
Loading
-118 KB
Loading
22.5 KB
Loading
-675 KB
Loading
-389 KB
Loading
-147 KB
Loading
-158 KB
Loading

content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/spe-feature.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ layout: learningpathall
1111

1212
The SPE feature is a subset of the Sampling feature that we just discussed.
1313

14+
{{% notice Note %}}
15+
This section requires hardware that supports the SPE specification to function properly.
16+
{{% /notice %}}
17+
1418
## What is The Arm Statistical Profiling Extension (SPE)
1519

1620
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.

0 commit comments

Comments
 (0)