Home
last modified time | relevance | path

Searched refs:start_time (Results 1 – 2 of 2) sorted by relevance

/cmsis-dsp-latest/dsppp/tests/
Dbench.h22 extern uint32_t start_time;
29 start_time = 0;
32 cycle_count = start_time - stop_time; \
44 start_time= SysTick->VAL;
49 cycle_count = start_time - stop_time; \
Dbench.c3 uint32_t start_time, stop_time, cycle_count; variable