cross-gprof (1) Linux Manual Page
gprof – display call graph profile data Synopsisgprof [ -[abcDhilLrsTvwxyz] ] [ -[ACeEfFJnNOpPqQZ][name] ] [ -I dirs ] [ -d[num] ] [ -k from/to ] [ -m min-count ] [ -R map_file ] [ -t table-length ] [ –[no-]annotated-source[=name] ] [ –[no-]exec-counts[=name] ] [ –[no-]flat-profile[=name] ] [ –[no-]graph[=name] ] [ –[no-]time=name] [ –all-lines ] [ –brief ] [ –debug[=level] ] [ –function-ordering ] [ –file-ordering map_file ] [ –directory-path=dirs ] [ –display-unused-functions ] [ –file-format=name ] [ –file-info ] [ –help ] [ –line ] [ –inline-file-names ] [ –min-count=n ] [ –no-static ] [ –print-path ] [ –separate-files ] [ –static-call-graph ] [ –sum ] [ –table-length=len ] [ –traditional ] [ –version ] [ –width=n ] [ –ignore-non-functions ] [ –demangle[=STYLE] ] [ –no-demangle ] [–external-symbol-table=name] [ image-file ] [ profile-file … ] Description"gprof" produces an execution profile of C, Pascal, or Fortran77 programs. The effect of called routines is incorporated in the profile of each caller….
