Searched defs:UNITY_GET_TIME (Results 1 – 1 of 1) sorted by relevance
328 #define UNITY_GET_TIME(t) t = (clock_t)((clock() * 1000) / CLOCKS_PER_SEC) macro340 #define UNITY_GET_TIME(t) clock_gettime(CLOCK_MONOTONIC, &t) macro