Class ThreadInfo.ThreadStats

java.lang.Object
oshi.driver.mac.ThreadInfo.ThreadStats
Enclosing class:
ThreadInfo

@Immutable
public static class ThreadInfo.ThreadStats
extends java.lang.Object
Class to encapsulate mach thread info
  • Constructor Summary

    Constructors 
    Constructor Description
    ThreadStats​(int tid, double cpu, char state, long sTime, long uTime, int pri)  
  • Method Summary

    Modifier and Type Method Description
    int getPriority()  
    OSProcess.State getState()  
    long getSystemTime()  
    int getThreadId()  
    long getUpTime()  
    long getUserTime()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ThreadStats

      public ThreadStats​(int tid, double cpu, char state, long sTime, long uTime, int pri)
  • Method Details