Gets up time / elapsed time since the process started. @return the number of milliseconds since the process started.
()
| 254 | * @return the number of milliseconds since the process started. |
| 255 | */ |
| 256 | long getUpTime(); |
| 257 | |
| 258 | /** |
| 259 | * Gets the process start time. |
no outgoing calls