Actualizar 'Performance Analysis setup'
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user