Home
last modified time | relevance | path

Searched refs:UNITY_GET_TIME (Results 1 - 1 of 1) sorted by relevance

/third_party/unity/src/
H A Dunity_internals.h372 #define UNITY_GET_TIME(t) t = (clock_t)((clock() * 1000) / CLOCKS_PER_SEC) macro
373 #define UNITY_EXEC_TIME_START() UNITY_GET_TIME(Unity.CurrentTestStartTime)
374 #define UNITY_EXEC_TIME_STOP() UNITY_GET_TIME(Unity.CurrentTestStopTime)
384 #define UNITY_GET_TIME(t) clock_gettime(CLOCK_MONOTONIC, &t) macro
385 #define UNITY_EXEC_TIME_START() UNITY_GET_TIME(Unity.CurrentTestStartTime)
386 #define UNITY_EXEC_TIME_STOP() UNITY_GET_TIME(Unity.CurrentTestStopTime)

Completed in 4 milliseconds