rsnt_translations
56,519
edits
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
=== Getting the profiling data === <!--T:5--> | === Getting the profiling data === <!--T:5--> | ||
In this step the gprof tool is executed again with the binary name and the above mentioned <tt>gmon.out</tt> as argument | In this step the gprof tool is executed again with the binary name and the above mentioned <tt>gmon.out</tt> as argument; the analysis file is created with all the desired profiling information. | ||
{{Command|gprof /path/to/your/executable gmon.out > analysis.txt}} | {{Command|gprof /path/to/your/executable gmon.out > analysis.txt}} | ||
</translate> | </translate> |