Timer to find elapsed time in a function call in C

后端 未结 11 1622
故里飘歌
故里飘歌 2020-12-09 14:20

I want to calculate time elapsed during a function call in C, to the precision of 1 nanosecond.

Is there a timer function available in C to do it?

If yes ple

11条回答
提交回复
热议问题