Package org.openjdk.jmh.infra
Class ThreadParamsL2
- java.lang.Object
-
- org.openjdk.jmh.infra.ThreadParamsL0
-
- org.openjdk.jmh.infra.ThreadParamsL1
-
- org.openjdk.jmh.infra.ThreadParamsL2
-
- Direct Known Subclasses:
ThreadParamsL3
abstract class ThreadParamsL2 extends ThreadParamsL1
-
-
Field Summary
Fields Modifier and Type Field Description protected intgroupCountprotected intgroupIdxprotected intgroupThreadCountprotected intgroupThreadIdxprotected intsubgroupCountprotected intsubgroupIdxprotected intsubgroupThreadCountprotected intsubgroupThreadIdxprotected intthreadCountprotected intthreadIdx
-
Constructor Summary
Constructors Constructor Description ThreadParamsL2(int threadIdx, int threadCount, int groupIdx, int groupCount, int subgroupIdx, int subgroupCount, int groupThreadIdx, int groupThreadCount, int subgroupThreadIdx, int subgroupThreadCount)
-
-
-
Field Detail
-
threadIdx
protected final int threadIdx
-
threadCount
protected final int threadCount
-
groupIdx
protected final int groupIdx
-
groupCount
protected final int groupCount
-
subgroupIdx
protected final int subgroupIdx
-
subgroupCount
protected final int subgroupCount
-
groupThreadIdx
protected final int groupThreadIdx
-
groupThreadCount
protected final int groupThreadCount
-
subgroupThreadIdx
protected final int subgroupThreadIdx
-
subgroupThreadCount
protected final int subgroupThreadCount
-
-