请教一下下面代码输出的时间单位是什么?微妙还是纳秒?
TSCL= 0,TSCH=0;
t_start = _itoll(TSCH, TSCL);
t_stop = _itoll(TSCH, TSCL);
t_overhead = t_stop - t_start;
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
请教一下下面代码输出的时间单位是什么?微妙还是纳秒?
TSCL= 0,TSCH=0;
t_start = _itoll(TSCH, TSCL);
t_stop = _itoll(TSCH, TSCL);
t_overhead = t_stop - t_start;