Home
last modified time | relevance | path

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

/device/qemu/arm_mps3_an547/liteos_m/board/test/
H A Dmatrix_example.c38 #define MS_PER_S 1000 macro
71 timeCost = (unsigned int)(end.tv_sec - start.tv_sec) * MS_PER_S + (unsigned int)(end.tv_usec - start.tv_usec) / in test_dsp()
72 MS_PER_S; in test_dsp()

Completed in 1 milliseconds