forked from menault/TD2_DEV51_Qualite_Algo
34 lines
618 B
Plaintext
34 lines
618 B
Plaintext
TP2 David AKAGUNDUZ Bamba TOP
|
|
|
|
Nous allons analyser lesfichier et trouver leur nombre de compléxité cyclonique :
|
|
|
|
Fichier daemon.c :
|
|
|
|
Fonction create_deamon : 4
|
|
Fonction ping_request : 2
|
|
Fonction send_check : 4
|
|
Fonction check_keep_working : 4
|
|
Fonction daemon_work : 3
|
|
|
|
Fichier db-sqlite.c :
|
|
|
|
Fonction db_connect : 1
|
|
Fonction db_disconnect : 1
|
|
Fonction insert_hourly_report : 1
|
|
|
|
Fichier ping-report.c :
|
|
|
|
Focntion main : 4
|
|
|
|
Fichier stats.c :
|
|
Fonction get_ping_from_temp_log : 15
|
|
Fonction write_ping_log : 5
|
|
Fonction set_stats_ping : 17
|
|
|
|
Fichier utils.c :
|
|
|
|
Fonction write_pid_file : 2
|
|
Fonction remove_file : 1
|
|
|
|
|