38,897
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 30: | Line 30: | ||
{{Command|pgprof -o a.prof ./a.out}} | {{Command|pgprof -o a.prof ./a.out}} | ||
The data file can be analyzed in graphical mode with the ''File | Import'' command (see | The data file can be analyzed in graphical mode with the ''File | Import'' command (see below) or in command-line mode as follows. | ||
<br><br>'''Analysis''': To visualize the performance data in command-line mode: | <br><br>'''Analysis''': To visualize the performance data in command-line mode: | ||
{{Command|pgprof -i a.prof}} | {{Command|pgprof -i a.prof}} |