Gprof/fr: Difference between revisions

Jump to navigation Jump to search
Created page with "=Profileur GNU gprof = == Description == [https://sourceware.org/binutils/docs/gprof/ gprof] est une application de profilage qui collecte de l’information et compile des st..."
(Created page with "gprof")
 
(Created page with "=Profileur GNU gprof = == Description == [https://sourceware.org/binutils/docs/gprof/ gprof] est une application de profilage qui collecte de l’information et compile des st...")
Line 1: Line 1:
<languages />
<languages />
=GNU Profiler (gprof) =
=Profileur GNU gprof =
== What is gprof? ==
== Description ==
[https://sourceware.org/binutils/docs/gprof/ gprof] is a profiling software which collects information and compiles statistics on your code. Generally, it searches for functions and subroutines in your program and inserts timing instructions for each one. Executing such a modified program creates a raw data file which can be interpreted by gprof and turned into profiling statistics.
[https://sourceware.org/binutils/docs/gprof/ gprof] est une application de profilage qui collecte de l’information et compile des statistiques sur votre code. De façon générale, gprof trouve les fonctions et les sous-routines dans le programme et y insère des temps de calcul pour chacune. Quand le programme est exécuté, un fichier de données brutes est créé et interprété par gprof qui en tire des statistiques de profilage.


[https://sourceware.org/binutils/docs/gprof/ gprof] comes with the GNU compiler suite and is available with the <tt>gcc</tt> module on our clusters.
[https://sourceware.org/binutils/docs/gprof/ gprof] comes with the GNU compiler suite and is available with the <tt>gcc</tt> module on our clusters.
rsnt_translations
56,563

edits

Navigation menu