This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我在这里有一个在 RTEMS 上运行的 C++ 项目。作为其中一项任务的一部分,我的课程被执行。我想在调用函数之前和之后获取时间,以测量该函数执行所需的时间。有了rtems_get_tod_timeval()我可以测量所花费的墙壁时间,但是是否有一个函数可以测量我的代码中两点之间的用户 CPU 时间或整体 CPU 时间?由于存在比执行我的代码的任务具有更高优先级的任务,因此它不时被中断......