From 4354b416a6c90dca55a5cf7b52f3ce4e826e5cd2 Mon Sep 17 00:00:00 2001 From: Mateo Rodrigo Argudo Arrieta Date: Thu, 16 Sep 2021 16:46:34 +0200 Subject: [PATCH] Actualizar 'Performance Analysis setup' --- Performance-Analysis-setup.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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.