Home
last modified time | relevance | path

Searched refs:UNITY_EXEC_TIME_STOP (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/tests/unity/
Drun_test.erb35 UNITY_EXEC_TIME_STOP();
Dunity_internals.h354 !defined(UNITY_EXEC_TIME_STOP) && \
363 #define UNITY_EXEC_TIME_STOP() Unity.CurrentTestStopTime = UNITY_CLOCK_MS() macro
375 #define UNITY_EXEC_TIME_STOP() UNITY_GET_TIME(Unity.CurrentTestStopTime) macro
387 #define UNITY_EXEC_TIME_STOP() UNITY_GET_TIME(Unity.CurrentTestStopTime) macro
403 #ifndef UNITY_EXEC_TIME_STOP
404 #define UNITY_EXEC_TIME_STOP() do { /* nothing*/ } while (0) macro
Dunity.c2208 UNITY_EXEC_TIME_STOP(); in UnityDefaultTestRun()