| Tizen Native API
    4.0
    | 
runtime_cpu_usage_s Struct Reference
  | Public Attributes | |
| double | user | 
| double | system | 
| double | nice | 
| double | iowait | 
Detailed Description
Structure for CPU usage.
- Since :
- 2.4
Member Data Documentation
| double runtime_cpu_usage_s::iowait | 
Time waiting for I/O completion (Percent)
| double runtime_cpu_usage_s::nice | 
Time running niced user processes (Percent)
| double runtime_cpu_usage_s::system | 
Time running kernel processes (Percent)
| double runtime_cpu_usage_s::user | 
Time running un-niced user processes (Percent)