Interface ThreadTypeParameter
- All Known Subinterfaces:
InputParameterOptions, ParameterOptions, Parameters
- All Known Implementing Classes:
SbkDriversParameters, SbkParameters
public interface ThreadTypeParameter
Interface for parameters that provide thread type configuration.
This interface allows access to the thread type setting used for
executing benchmark operations, which can be platform threads,
fork-join threads, or virtual threads.
-
Method Summary
Modifier and TypeMethodDescriptionGets the thread type to be used for benchmark execution.
-
Method Details
-
getThreadType
ThreadType getThreadType()Gets the thread type to be used for benchmark execution.- Returns:
- the ThreadType enum value indicating the type of threads to use
-