Gets user time used by the process. @return the number of milliseconds the process has executed in user mode.
()
| 247 | * @return the number of milliseconds the process has executed in user mode. |
| 248 | */ |
| 249 | long getUserTime(); |
| 250 | |
| 251 | /** |
| 252 | * Gets up time / elapsed time since the process started. |
no outgoing calls