Skip to content
Snippets Groups Projects
Commit b585423b authored by david's avatar david
Browse files

ajout commentaire

parent 92bbda14
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ int main(int argc, char ** argv){
analyzer_t * copy_analysis = analyzer_create();
// Analyse de l'espace mémoire inutilisé.
analyzer_t * memory_analysis = analyzer_create();
// Mesure de la durée d'une opération.
struct timespec before, after;
clockid_t clk_id = CLOCK_REALTIME;
// utilisé comme booléen pour savoir si une allocation a été effectuée.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment