Uses of Class
org.openjdk.jmh.annotations.OutputTimeUnit
-
Packages that use OutputTimeUnit Package Description org.openjdk.jmh.benchmarks org.openjdk.jmh.samples -
-
Uses of OutputTimeUnit in org.openjdk.jmh.benchmarks
Classes in org.openjdk.jmh.benchmarks with annotations of type OutputTimeUnit Modifier and Type Class Description class
BlackholeBench
class
BlackholeConsecutiveBench
class
BlackholeConsumeCPUBench
class
BlackholePipelineBench
class
BlackholePipelinePayloadBench
class
BlackholeValueBench
class
CompilerHintsBench
class
CurrentTimeMillisTimerBench
class
EmptyBench
class
LevelInvocationBench
class
LevelIterationBench
class
LevelTrialBench
class
NanoTimerBench
class
ScoreStabilityBench
class
ThermalRundownBench
class
ThreadScalingBench
Methods in org.openjdk.jmh.benchmarks with annotations of type OutputTimeUnit Modifier and Type Method Description void
LevelInvocationBench. raw()
void
LevelIterationBench. raw()
void
LevelTrialBench. raw()
-
Uses of OutputTimeUnit in org.openjdk.jmh.samples
Methods in org.openjdk.jmh.samples with annotations of type OutputTimeUnit Modifier and Type Method Description void
JMHSample_02_BenchmarkModes. measureAll()
void
JMHSample_02_BenchmarkModes. measureAvgTime()
void
JMHSample_02_BenchmarkModes. measureMultiple()
void
JMHSample_02_BenchmarkModes. measureSamples()
void
JMHSample_02_BenchmarkModes. measureSingleShot()
void
JMHSample_02_BenchmarkModes. measureThroughput()
-