This commit is contained in:
2025-10-15 16:42:59 +02:00
parent 110e03d752
commit 58f5fffce7
4 changed files with 248 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
### 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```