/**************************************************************************** * gctime.h ****************************************************************************/ extern "C" { long long gettime(); u32 diff_usec(long long start,long long end); }