Chapter 6. Task Time Tapset

Table of Contents

task_utime - User time of the current task.
task_stime - System time of the current task.
cputime_to_msecs - Translates the given cputime into milliseconds.
msecs_to_string - Human readable string for given milliseconds.
cputime_to_string - Human readable string for given cputime.
task_time_string - Human readable string of task time usage.

This tapset defines utility functions to query time related properties of the current tasks, translate those in miliseconds and human readable strings.