#include <ctime>

clock_t myClock() {
  return clock();
}
