Enum | Description |
---|---|
CompilerControl.Mode |
Compilation mode.
|
Level |
Level enumeration for Setup and TearDown
|
Mode |
Benchmark type.
|
Scope |
State scope. |
Annotation Type | Description |
---|---|
AuxCounters |
THIS IS AN EXPERIMENTAL API.
|
BenchmarkMode |
Annotations declares the default mode in which benchmark should be run.
|
CompilerControl |
Compiler control annotation is the VM-specific way to affect the compilation for
particular methods in the microbenchmarks.
|
Fork |
Annotation for a micro benchmark method which allows the setting of default
fork parameters for the benchmark, means the benchmark should be started in
new (forked) JVM.
|
GenerateMicroBenchmark |
Marks the payload method as the target for microbenchmark generation.
|
Group |
Execution group.
|
GroupThreads |
This annotation describes the default amount of threads
for particular subgroup.
|
Measurement |
Annotation for a micro benchmark method which allows the setting of default
measurement parameters for the benchmark.
|
OperationsPerInvocation |
Annotation specifies how much to increase the operations count for each invocation of the test-method.
|
OutputTimeUnit |
Annotation specifies what time unit to use in the result type of the generated method.
|
Param |
Marks the configurable parameter in the benchmark.
|
Setup |
Annotation for the setup method(s) for a micro benchmark.
|
State |
Marks the state object.
|
TearDown |
Annotation for the teardown method(s) for a micro benchmark.
|
Threads |
Annotation for a micro benchmark method which allows the setting of default
value for amount of benchmark threads.
|
Warmup |
Annotation for a micro benchmark method which allows the setting of default
warmup parameters for the benchmark.
|
Copyright © 2012-2014 Oracle. All Rights Reserved.