blob: f358af9b094141786568e76dc0998fe55cb9543d [file] [log] [blame]
//------------------------------------------------------------------------------------------------------------------------------
// Samuel Williams
// SWWilliams@lbl.gov
// Lawrence Berkeley National Lab
//------------------------------------------------------------------------------------------------------------------------------
#ifndef TIMER_H
#define TIMER_H
#include<stdint.h>
uint64_t CycleTime();
#endif