Class ComponentsPerformanceInformationUtil
java.lang.Object
com.evolveum.midpoint.schema.statistics.ComponentsPerformanceInformationUtil
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncomputeBasic(@NotNull OperationsPerformanceInformationType operationsInfo) computeBasic(OperationsPerformanceInformation operationsInfo) static Stringformat(@NotNull ComponentsPerformanceInformationType info) static Stringformat(@NotNull ComponentsPerformanceInformationType info, AbstractStatisticsPrinter.Options options, Integer iterations) static LonggetTotalTime(@NotNull ComponentsPerformanceInformationType information, @NotNull String name) 
- 
Constructor Details- 
ComponentsPerformanceInformationUtilpublic ComponentsPerformanceInformationUtil()
 
- 
- 
Method Details- 
computeBasicpublic static ComponentsPerformanceInformationType computeBasic(@NotNull @NotNull OperationsPerformanceInformationType operationsInfo) 
- 
computeBasicpublic static ComponentsPerformanceInformationType computeBasic(OperationsPerformanceInformation operationsInfo) 
- 
format
- 
formatpublic static String format(@NotNull @NotNull ComponentsPerformanceInformationType info, AbstractStatisticsPrinter.Options options, Integer iterations) 
- 
getTotalTimepublic static Long getTotalTime(@NotNull @NotNull ComponentsPerformanceInformationType information, @NotNull @NotNull String name) 
 
-