File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed
content/learning-paths/servers-and-cloud-computing/false-sharing-arm-spe Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change 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
48minutes_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
812learning_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
1317prerequisites :
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
1822author : Kieran Hejmadi
1923
2024# ## Tags
2125skilllevels : Introductory
22- subjects : Performance
26+ subjects : Performance and Architecture
2327armips :
2428 - Neoverse
2529tools_software_languages :
You can’t perform that action at this time.
0 commit comments