Class ComponentsPerformanceInformationPrinter
java.lang.Object
com.evolveum.midpoint.schema.statistics.AbstractStatisticsPrinter<ComponentsPerformanceInformationType>
com.evolveum.midpoint.schema.statistics.ComponentsPerformanceInformationPrinter
public class ComponentsPerformanceInformationPrinter
extends AbstractStatisticsPrinter<ComponentsPerformanceInformationType>
Prints the information about components "performance", i.e., time spent in them plus the number of invocations (which may
be misleading, but maybe useful in specific cases).
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.schema.statistics.AbstractStatisticsPrinter
AbstractStatisticsPrinter.Format, AbstractStatisticsPrinter.Options, AbstractStatisticsPrinter.SortBy
-
Constructor Summary
ConstructorsConstructorDescriptionComponentsPerformanceInformationPrinter
(@NotNull ComponentsPerformanceInformationType information, AbstractStatisticsPrinter.Options options, Integer iterations) -
Method Summary
Methods inherited from class com.evolveum.midpoint.schema.statistics.AbstractStatisticsPrinter
avg, div, getColumnLabelsAsArray, getData, getFormatting, getRawDataStream, percent, print
-
Constructor Details
-
ComponentsPerformanceInformationPrinter
public ComponentsPerformanceInformationPrinter(@NotNull @NotNull ComponentsPerformanceInformationType information, AbstractStatisticsPrinter.Options options, Integer iterations)
-
-
Method Details
-
prepare
public void prepare()- Specified by:
prepare
in classAbstractStatisticsPrinter<ComponentsPerformanceInformationType>
-