Home
last modified time | relevance | path

Searched defs:UNITY_GET_TIME (Results 1 – 1 of 1) sorted by relevance

/lvgl-3.7.0/tests/unity/
Dunity_internals.h328 #define UNITY_GET_TIME(t) t = (clock_t)((clock() * 1000) / CLOCKS_PER_SEC) macro
340 #define UNITY_GET_TIME(t) clock_gettime(CLOCK_MONOTONIC, &t) macro