forked from menault/TD2_DEV51_Qualite_Algo
a
This commit is contained in:
40
compte_rendu.md
Normal file
40
compte_rendu.md
Normal file
@@ -0,0 +1,40 @@
|
||||
## daemon.c:
|
||||
|
||||
create_daemon = 6
|
||||
ping_request = 2
|
||||
send_check = 4
|
||||
check_keep_working = 5
|
||||
daemon_work = 4
|
||||
|
||||
|
||||
## db-sqlite.c:
|
||||
|
||||
db_connect = 1
|
||||
db_disconnect = 1
|
||||
insert_hourly_report = 1
|
||||
|
||||
|
||||
## ping-report.c:
|
||||
|
||||
main = 4
|
||||
|
||||
|
||||
## stats.c :
|
||||
ce fus un plasir immence de réaliser les graphs et de comté la complexité des fonctions j'ai retenue la lesson je fera au minimum des fonction avec une complexite trop grande
|
||||
|
||||
get_ping_from_temp_log = 14
|
||||
write_ping_log = 2
|
||||
void set_stats_ping = 12
|
||||
|
||||
## utils.c:
|
||||
|
||||
write_pid_file = 2
|
||||
remove_file = 1
|
||||
|
||||
|
||||
On a créer la fonction " remplacement "on a factoriser un bout de la methode por avoir une complexité plus fable
|
||||
|
||||
|
||||
|
||||
Maxime Lebreton
|
||||
Maxime Aubert
|
Reference in New Issue
Block a user