From 88115c5af09252f06be6cb76927f22d26bb5a400 Mon Sep 17 00:00:00 2001 From: Mateo Rodrigo Argudo Arrieta Date: Tue, 28 Sep 2021 16:50:16 +0200 Subject: [PATCH] Actualizar 'Performance Analysis setup' --- Performance-Analysis-setup.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Performance-Analysis-setup.md b/Performance-Analysis-setup.md index 96de7ac..0ae8e9e 100644 --- a/Performance-Analysis-setup.md +++ b/Performance-Analysis-setup.md @@ -45,6 +45,17 @@ gprof -q ./ >[outputfilename with directory] + For a table with the top 10 lines of code for the script functions: + + + gprof -A -I -t ./ >[outputfilename with directory] + + + -A is for source code listing and -I for gprof to find the excecutable. + + + + ### Visualisation: