### Pour le fichier RacineCarree.c Pour Compiler : ```gcc -g -pg RacineCarree.c ``` Pour Profiler : ```gprof a.out``` ### Pour le fichier TriSpecial.C Pour Compiler : ```gcc -g -pg TriSpecial.c ``` Pour Profiler : ```gprof a.out```