Package org.openjdk.jmh.infra
Class ThreadParamsL4
java.lang.Object
org.openjdk.jmh.infra.ThreadParamsL0
org.openjdk.jmh.infra.ThreadParamsL1
org.openjdk.jmh.infra.ThreadParamsL2
org.openjdk.jmh.infra.ThreadParamsL3
org.openjdk.jmh.infra.ThreadParamsL4
- Direct Known Subclasses:
ThreadParams
-
Field Summary
FieldsFields inherited from class org.openjdk.jmh.infra.ThreadParamsL2
groupCount, groupIdx, groupThreadCount, groupThreadIdx, subgroupCount, subgroupIdx, subgroupThreadCount, subgroupThreadIdx, threadCount, threadIdx
-
Constructor Summary
ConstructorsConstructorDescriptionThreadParamsL4
(int threadIdx, int threadCount, int groupIdx, int groupCount, int subgroupIdx, int subgroupCount, int groupThreadIdx, int groupThreadCount, int subgroupThreadIdx, int subgroupThreadCount) -
Method Summary
-
Field Details
-
markerEnd
private int markerEnd
-
-
Constructor Details
-
ThreadParamsL4
public ThreadParamsL4(int threadIdx, int threadCount, int groupIdx, int groupCount, int subgroupIdx, int subgroupCount, int groupThreadIdx, int groupThreadCount, int subgroupThreadIdx, int subgroupThreadCount)
-