|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.co.petertribble.solview.explorer.ProcessorTree
public class ProcessorTree
Maintains a description of the processor topology
Constructor Summary | |
---|---|
ProcessorTree(JKstat jkstat)
|
|
ProcessorTree(JKstat jkstat,
java.util.Set<Kstat> kstats)
|
Method Summary | |
---|---|
java.util.Set<Kstat> |
chipInfoStats(long chipid)
Return all the Kstats corresponding to a given chip. |
java.util.Set<Kstat> |
chipStats(long chipid)
Return all the Kstats corresponding to a given chip. |
java.util.Set<Kstat> |
coreInfoStats(long chipid,
long coreid)
Return the Kstats for a given core, identified by both chipid and coreid. |
java.util.Set<Kstat> |
coreStats(long chipid,
long coreid)
Return the Kstats for a given core, identified by both chipid and coreid. |
java.util.Set<java.lang.Long> |
getChips()
Return the Set of chip ids |
java.util.Set<java.lang.Long> |
getCores(long l)
Return the Set of core ids for a given chip. |
boolean |
isMulticore()
Returns whether the processors have multiple cores. |
boolean |
isThreaded()
Returns whether the processors are theaded. |
int |
numChips()
Return the number of chips |
int |
numCores(long chipid)
Return the number of cores in a given chip. |
int |
numThreads(long chipid,
long coreid)
Return the number of threads in a given core, identified by both chipid and coreid. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessorTree(JKstat jkstat, java.util.Set<Kstat> kstats)
public ProcessorTree(JKstat jkstat)
Method Detail |
---|
public boolean isThreaded()
public boolean isMulticore()
public int numChips()
public java.util.Set<java.lang.Long> getChips()
public int numCores(long chipid)
public java.util.Set<java.lang.Long> getCores(long l)
public int numThreads(long chipid, long coreid)
public java.util.Set<Kstat> chipInfoStats(long chipid)
public java.util.Set<Kstat> chipStats(long chipid)
public java.util.Set<Kstat> coreInfoStats(long chipid, long coreid)
public java.util.Set<Kstat> coreStats(long chipid, long coreid)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |