Class ThreadParamsL2
java.lang.Object
org.openjdk.jmh.infra.ThreadParamsL0
org.openjdk.jmh.infra.ThreadParamsL1
org.openjdk.jmh.infra.ThreadParamsL2
- Direct Known Subclasses:
ThreadParamsL3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final intprotected final intprotected final intprotected final intprotected final intprotected final intprotected final intprotected final intprotected final intprotected final int -
Constructor Summary
ConstructorsConstructorDescriptionThreadParamsL2(int threadIdx, int threadCount, int groupIdx, int groupCount, int subgroupIdx, int subgroupCount, int groupThreadIdx, int groupThreadCount, int subgroupThreadIdx, int subgroupThreadCount) -
Method Summary
-
Field Details
-
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
-
-
Constructor Details
-
ThreadParamsL2
public ThreadParamsL2(int threadIdx, int threadCount, int groupIdx, int groupCount, int subgroupIdx, int subgroupCount, int groupThreadIdx, int groupThreadCount, int subgroupThreadIdx, int subgroupThreadCount)
-