Elapsed time: The average clock time to complete an execution.
运行时间:完成一个执行的平均时钟时间。
For certain classes and methods in my application I want to see the invocation counts, the average self execution time and the average wall clock time.
对程序中的某些类和方法,我需要了解它们被调用次数,各自平均执行时间和整体平均时间
A clock per task (scheduling entity), vruntime, will be introduced (wall_time/task_weight) and an approximated average initializes the clock of a new task.
将引入每个任务(调度实体)的时钟 vruntime(wall_time/task_weight),并且将使用近似的平均时间初始化新任务的时钟。
应用推荐