MCPcopy
hub / github.com/oshi/oshi / getUserTime

Method getUserTime

oshi-core/src/main/java/oshi/software/os/OSProcess.java:249–249  ·  view source on GitHub ↗

Gets user time used by the process. @return the number of milliseconds the process has executed in user mode.

()

Source from the content-addressed store, hash-verified

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.

Callers 1

printProcessesMethod · 0.95

Implementers 1

AbstractOSProcessoshi-core/src/main/java/oshi/software/

Calls

no outgoing calls

Tested by 1

printProcessesMethod · 0.76