Actualizar 'Performance Analysis setup'

Mateo Rodrigo Argudo Arrieta 2021-09-28 16:50:16 +02:00
parent 4354b416a6
commit 88115c5af0
1 changed files with 11 additions and 0 deletions

@ -45,6 +45,17 @@
gprof -q ./<excecutable> >[outputfilename with directory]
For a table with the top 10 lines of code for the script functions:
gprof -A -I -t ./<excecutable> >[outputfilename with directory]
-A is for source code listing and -I for gprof to find the excecutable.
### Visualisation: