Gets kernel/system (privileged) time used by the process. @return the number of milliseconds the process has executed in kernel/system mode.
()
| 240 | * mode. |
| 241 | */ |
| 242 | long getKernelTime(); |
| 243 | |
| 244 | /** |
| 245 | * Gets user time used by the process. |
no outgoing calls