Package org.ivoa.dm.tool
Class PerformanceProfile.PerformanceProfileBuilder
java.lang.Object
org.ivoa.dm.tool.PerformanceProfile.PerformanceProfileBuilder
- Enclosing class:
- PerformanceProfile
A builder class for PerformanceProfile, mainly for use in the functional builder pattern.
-
Field Summary
FieldsModifier and TypeFieldDescriptionthe scaling behaviour of the tool with respect to the data size of the input data.the scaling behaviour of the tool with respect to the number of processors used. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
processorScaling
the scaling behaviour of the tool with respect to the number of processors used. -
dataScaling
the scaling behaviour of the tool with respect to the data size of the input data.
-
-
Constructor Details
-
PerformanceProfileBuilder
public PerformanceProfileBuilder()
-
-
Method Details
-
create
create a PerformanceProfile from this builder.- Returns:
- an object initialized from the builder.
-