Tizen Native API  7.0
process_cpu_usage_s Struct Reference

Public Attributes

int utime
int stime

Detailed Description

Structure for CPU usage per process.

Since :
3.0

Member Data Documentation

Amount of time that this process has been scheduled in kernel mode (clock ticks)

Amount of time that this process has been scheduled in user mode (clock ticks)