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