Package com._1c.g5.v8.dt.testing.compare
Class ResourcesConsumption
- java.lang.Object
- 
- com._1c.g5.v8.dt.testing.compare.ResourcesConsumption
 
- 
 public class ResourcesConsumption extends Object Defines resources consumption.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classResourcesConsumption.ResourcesConsumptionBuilderBuilder of resources consumption instance.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)longgetComparisonMemoryInMbs()Gets comparison memory in megabytes.longgetComparisonTimeInSeconds()Gets comparison time in seconds.longgetMergeMemoryInMbs()Gets merge memory in megabytes.longgetMergeTimeInSeconds()Gets merge time in seconds.inthashCode()
 
- 
- 
- 
Method Detail- 
getComparisonTimeInSecondspublic long getComparisonTimeInSeconds() Gets comparison time in seconds.- Returns:
- the comparison time in seconds
 
 - 
getComparisonMemoryInMbspublic long getComparisonMemoryInMbs() Gets comparison memory in megabytes.- Returns:
- the comparison memory in megabytes
 
 - 
getMergeTimeInSecondspublic long getMergeTimeInSeconds() Gets merge time in seconds.- Returns:
- the merge time in seconds
 
 - 
getMergeMemoryInMbspublic long getMergeMemoryInMbs() Gets merge memory in megabytes.- Returns:
- the merge memory in megabytes
 
 
- 
 
-