Home
last modified time | relevance | path

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

/third_party/unity/extras/fixture/src/
H A Dunity_fixture.c297 UNITY_EXEC_TIME_STOP(); in UnityConcludeFixtureTest()
/third_party/unity/src/
H A Dunity_internals.h353 !defined(UNITY_EXEC_TIME_STOP) && \
362 #define UNITY_EXEC_TIME_STOP() Unity.CurrentTestStopTime = UNITY_CLOCK_MS() macro
374 #define UNITY_EXEC_TIME_STOP() UNITY_GET_TIME(Unity.CurrentTestStopTime) macro
386 #define UNITY_EXEC_TIME_STOP() UNITY_GET_TIME(Unity.CurrentTestStopTime) macro
402 #ifndef UNITY_EXEC_TIME_STOP
403 #define UNITY_EXEC_TIME_STOP() do { /* nothing*/ } while (0) macro
H A Dunity.c2208 UNITY_EXEC_TIME_STOP(); in UnityDefaultTestRun()

Completed in 8 milliseconds