aboutsummaryrefslogtreecommitdiff
path: root/include/timer.h
blob: 8a737e045c7b682d732d6d70f1f54b39311ccb92 (plain)
1
2
3
4
5
6
7
8
#ifndef TIMER_H
#define TIMER_H

#include "globals.h"

double elapsed_time(clock_t s_time, clock_t e_time);

#endif