Skip to content

Commit f2a3222

Browse files
committed
Begin tech review
1 parent 01919b7 commit f2a3222

File tree

1 file changed

+13
-9
lines changed
  • content/learning-paths/servers-and-cloud-computing/false-sharing-arm-spe

1 file changed

+13
-9
lines changed

content/learning-paths/servers-and-cloud-computing/false-sharing-arm-spe/_index.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
11
---
2-
title: Analyse cache behaviour with Perf C2C on Arm
2+
title: Analyze cache behavior with Perf C2C on Arm
3+
4+
draft: true
5+
cascade:
6+
draft: true
37

48
minutes_to_complete: 15
59

6-
who_is_this_for: Cloud developers who are looking to debug and optimise cache access patterns on cloud servers with perf c2c.
10+
who_is_this_for: Cloud developers who are looking to debug and optimize cache access patterns on cloud servers with perf c2c.
711

812
learning_objectives:
9-
- Learn basic C++ techniques to avoid false sharing with alignas()
10-
- Learn how to enable and use Arm_SPE
11-
- Learn how to investigate cache line performance with perf c2c
13+
- Learn basic C++ techniques to avoid false sharing with alignas().
14+
- Learn how to enable and use Arm_SPE.
15+
- Learn how to investigate cache line performance with perf c2c.
1216

1317
prerequisites:
14-
- Arm-based cloud instance with Arm Statistical Profiling Extension support
15-
- basic understanding on cache hierarchy and how efficient cache accessing impact performance.
16-
- Familiarity with the Linux Perf tool
18+
- Arm-based cloud instance with Arm Statistical Profiling Extension support.
19+
- basic understanding on cache hierarchy and how efficient cache accessing impact performance..
20+
- Familiarity with the Linux Perf tool.
1721

1822
author: Kieran Hejmadi
1923

2024
### Tags
2125
skilllevels: Introductory
22-
subjects: Performance
26+
subjects: Performance and Architecture
2327
armips:
2428
- Neoverse
2529
tools_software_languages:

0 commit comments

Comments
 (0)