Actualizar 'Performance Analysis setup'
parent
4354b416a6
commit
88115c5af0
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue