Ajout du compte-rendu et des diagrammes.
This commit is contained in:
parent
cb68919063
commit
0565005ad3
47
compterendu.md
Normal file
47
compterendu.md
Normal file
@ -0,0 +1,47 @@
|
||||
# Compte-rendu TP
|
||||
###### Groupe SCHIED Killian, LANDRIN Dylan
|
||||
## Fichier "deamon.c"
|
||||
#### Détails
|
||||
##### create_deamon()
|
||||
Complexité Cyclomatique : 4
|
||||
##### ping_request()
|
||||
Complexité Cyclomatique : 2
|
||||
##### send_check()
|
||||
Complexité Cyclomatique : 4
|
||||
##### check_keep_working()
|
||||
Complexité Cyclomatique : 4
|
||||
##### daemon_work()
|
||||
Complexité Cyclomatique : 3
|
||||
## Fichier "db-sqlite.c"
|
||||
#### Détails
|
||||
##### db_connect()
|
||||
Complexité Cyclomatique : 1
|
||||
##### db_disconnect()
|
||||
Complexité Cyclomatique : 1
|
||||
##### insert_hourly_report()
|
||||
Complexité Cyclomatique : 1
|
||||
## Fichier "ping-report.c"
|
||||
#### Détails
|
||||
##### main()
|
||||
Complexité Cyclomatique : 4
|
||||
## Fichier "stats.c"
|
||||
### Avant modification
|
||||
#### Détails
|
||||
##### get_ping_from_temp_log()
|
||||
Complexité Cyclomatique : 15
|
||||
##### write_ping_log()
|
||||
Complexité Cyclomatique : 4
|
||||
##### set_stats_ping()
|
||||
Complexité Cyclomatique : 25
|
||||
### Après modification
|
||||
#### Détails
|
||||
##### get_ping_from_temp_log()
|
||||
Complexité Cyclomatique : ?
|
||||
##### set_stats_ping()
|
||||
Complexité Cyclomatique : ?
|
||||
## Fichier "utils.c"
|
||||
#### Détails
|
||||
##### write_pid_file()
|
||||
Complexité Cyclomatique : 2
|
||||
##### remove_file()
|
||||
Complexité Cyclomatique : 1
|
4
diagrammes/get_ping_from_temp_log.svg
Normal file
4
diagrammes/get_ping_from_temp_log.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 317 KiB |
4
diagrammes/set_stats_ping.svg
Normal file
4
diagrammes/set_stats_ping.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 481 KiB |
Loading…
Reference in New Issue
Block a user