Uses of Annotation Type
org.openjdk.jmh.annotations.Group
Packages that use Group
-
Uses of Group in org.openjdk.jmh.benchmarks
Methods in org.openjdk.jmh.benchmarks with annotations of type GroupModifier and TypeMethodDescriptionvoid
LevelInvocationBench.group_setup_1
(LevelInvocationBench.GroupSetup g) void
LevelIterationBench.group_setup_1
(LevelIterationBench.GroupSetup g) void
LevelTrialBench.group_setup_1
(LevelTrialBench.GroupSetup g) void
LevelInvocationBench.group_setup_2
(LevelInvocationBench.GroupSetup g) void
LevelIterationBench.group_setup_2
(LevelIterationBench.GroupSetup g) void
LevelTrialBench.group_setup_2
(LevelTrialBench.GroupSetup g) void
LevelInvocationBench.group_teardown_1
(LevelInvocationBench.GroupTeardown g) void
LevelIterationBench.group_teardown_1
(LevelIterationBench.GroupTeardown g) void
LevelTrialBench.group_teardown_1
(LevelTrialBench.GroupTeardown g) void
LevelInvocationBench.group_teardown_2
(LevelInvocationBench.GroupTeardown g) void
LevelIterationBench.group_teardown_2
(LevelIterationBench.GroupTeardown g) void
LevelTrialBench.group_teardown_2
(LevelTrialBench.GroupTeardown g) -
Uses of Group in org.openjdk.jmh.samples
Methods in org.openjdk.jmh.samples with annotations of type GroupModifier and TypeMethodDescriptionint
JMHSample_15_Asymmetric.get()
int
JMHSample_15_Asymmetric.inc()
void
void
void
JMHSample_30_Interrupts.put()
int
JMHSample_22_FalseSharing.reader
(JMHSample_22_FalseSharing.StateArray s) int
JMHSample_22_FalseSharing.reader
(JMHSample_22_FalseSharing.StateBaseline s) int
JMHSample_22_FalseSharing.reader
(JMHSample_22_FalseSharing.StateContended s) int
JMHSample_22_FalseSharing.reader
(JMHSample_22_FalseSharing.StateHierarchy s) int
JMHSample_22_FalseSharing.reader
(JMHSample_22_FalseSharing.StatePadded s) JMHSample_30_Interrupts.take()
void
JMHSample_22_FalseSharing.writer
(JMHSample_22_FalseSharing.StateArray s) void
JMHSample_22_FalseSharing.writer
(JMHSample_22_FalseSharing.StateBaseline s) void
JMHSample_22_FalseSharing.writer
(JMHSample_22_FalseSharing.StateContended s) void
JMHSample_22_FalseSharing.writer
(JMHSample_22_FalseSharing.StateHierarchy s) void
JMHSample_22_FalseSharing.writer
(JMHSample_22_FalseSharing.StatePadded s)