diff --git a/Performance-Analysis-setup.md b/Performance-Analysis-setup.md index c1deaa7..96de7ac 100644 --- a/Performance-Analysis-setup.md +++ b/Performance-Analysis-setup.md @@ -89,17 +89,24 @@ this will generate a cachegrind.out. file in the directory where you analysed, which you can annotate using. - - Cache Analysis Presentation: + + The Assembly code is visualized using two more options running: + + + valgrind --tool=callgrind --dump-instr=yes --collect-jumps=yes ./bin/ + + + + Call Analysis Presentation: - cg_annotate cachegrind.out. + callgrind_annotate callgrind.out. ### GUI Presentation: - All the .out files can be presented through KCachegrind. Open it from the GUI. Errors may appear if you want to open them directly from terminal. + All the .out. files can be presented through KCachegrind. Open it from the GUI. Errors may appear if you want to open them directly from terminal.