mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-25 06:17:38 -04:00
23 lines
1.4 KiB
C
23 lines
1.4 KiB
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
//===============================================================================================================================================================================================================200
|
|
// TIMER HEADER
|
|
#include <sys/time.h> // (in directory known to compiler) needed by gettimeofday
|
|
//===============================================================================================================================================================================================================200
|
|
|
|
//======================================================================================================================================================150
|
|
// FUNCTION PROTOTYPES
|
|
//======================================================================================================================================================150
|
|
|
|
long long
|
|
get_time();
|
|
|
|
//===============================================================================================================================================================================================================200
|
|
// END TIMER HEADER
|
|
//===============================================================================================================================================================================================================200
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|