Ajout du graph de set stats ping
This commit is contained in:
parent
e62fe22071
commit
1650210be8
@ -1,10 +1,10 @@
|
||||
# Compte rendu TD2 :
|
||||
# Compte rendu TD2
|
||||
|
||||
## fichier *daemon.c*
|
||||
|
||||
**create_daemon**
|
||||
<br>
|
||||
```M = 4 ```
|
||||
```M = 4```
|
||||
|
||||
**ping_request**
|
||||
<br>
|
||||
@ -58,7 +58,11 @@ Graph :
|
||||
|
||||
**set_stats_ping**
|
||||
<br>
|
||||
```M =```
|
||||
```M =25```
|
||||
|
||||
Graph :
|
||||
<br>
|
||||
<img src="./src/diagramme.png" />
|
||||
|
||||
## fichier *ping-report.c*
|
||||
|
||||
@ -71,3 +75,8 @@ Graph :
|
||||
```M = 1```
|
||||
|
||||
## Optimisation
|
||||
|
||||
### fichier *stats.c*
|
||||
|
||||
**get_ping_from_temp_log**
|
||||
Pour optimiser cette fonction, nous avons décidé de retirer la boucle *while* de la fonction pour en faire une autre fonction qui va être appelée dans la fonction principale. Nous avons fait cela car la boucle *while* contenait le plus de chemins, et donc augmentait grandement le score de la complexité cyclomatique.
|
||||
|
BIN
src/diagramme.png
Normal file
BIN
src/diagramme.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 113 KiB |
Loading…
Reference in New Issue
Block a user