blob: 4bd9f28681b1059c134bbe88e620cd5dde1ddaf0 [file] [log] [blame] [raw]
#include <ctime>
clock_t myClock() {
return clock();
}