Package org.openjdk.jmh.runner
Class BenchmarkHandler.WorkerData
java.lang.Object
org.openjdk.jmh.runner.BenchmarkHandler.WorkerData
- Enclosing class:
BenchmarkHandler
Handles thread-local data for each worker that should not change
between the iterations.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Object
Synthetic benchmark instance, which holds the benchmark metadata.(package private) final ThreadParams
Thread parameters. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
instance
Synthetic benchmark instance, which holds the benchmark metadata. Expected to be touched by a single thread only. -
params
Thread parameters. Among other things, holds the thread's place in group distribution, and thus should be the same for a given thread.
-
-
Constructor Details
-
WorkerData
-