Skip to content

Commit 30dc171

Browse files
committed
docs: update _review.md quiz
1 parent 45906ef commit 30dc171

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

content/learning-paths/laptops-and-desktops/windowsperf/_review.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ review:
1919
- "False"
2020
correct_answer: 1
2121
explanation: >
22-
The available counters may vary between processors. Use `wprof -l` to generate a list of available counters.
22+
The available counters may vary between processors. Use `wperf list` to generate a list of available counters.
2323
2424
- questions:
2525
question: >
@@ -41,6 +41,26 @@ review:
4141
explanation: >
4242
Some `wperf` commands such as `list`, `test` or `stat` can output data in JSON format.
4343
44+
- questions:
45+
question: >
46+
Command `wperf sample` can be used together with `--annotate` or `--disassemble` command line options.
47+
answers:
48+
- "True"
49+
- "False"
50+
correct_answer: 1
51+
explanation: >
52+
Yes, you can add annotate and disassemble output to `wperf sample` command.
53+
54+
- questions:
55+
question: >
56+
Command `wperf record` can be used together with `--annotate` or `--disassemble` command line options.
57+
answers:
58+
- "True"
59+
- "False"
60+
correct_answer: 1
61+
explanation: >
62+
Yes, you can add annotate and disassemble output to `wperf record` command.
63+
4464
4565
# ================================================================================
4666
# FIXED, DO NOT MODIFY

content/learning-paths/laptops-and-desktops/windowsperf/windowsperf_cheatsheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ wperf record -e ld_spec:100000 -c 1 --timeout 30 -- python_d.exe -c 10**10**100
4646
```
4747

4848
{{% notice Hint%}}
49-
Add `--annotate` or `--disassemble` to `wperf record` command line parameters to increase sampling "resolution":
49+
Add `--annotate` or `--disassemble` to `wperf record` command line parameters to increase sampling "resolution".
5050
{{% /notice %}}
5151

5252
## WindowsPerf cheat sheet (SPE Examples)
@@ -67,5 +67,5 @@ wperf sample -e arm_spe_0/ld=1/ -c 1 --pe_file python_d.exe --image_name python_
6767
```
6868

6969
{{% notice Hint%}}
70-
Add `--annotate` or `--disassemble` to `wperf record` command line parameters to increase sampling "resolution":
70+
Add `--annotate` or `--disassemble` to `wperf record` command line parameters to increase sampling "resolution".
7171
{{% /notice %}}

0 commit comments

Comments
 (0)