Package com._1c.g5.v8.dt.testing.compare
Class ResourcesConsumption
java.lang.Object
com._1c.g5.v8.dt.testing.compare.ResourcesConsumption
Defines resources consumption.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Builder of resources consumption instance. -
Method Summary
Modifier and TypeMethodDescriptionboolean
long
Gets comparison memory in megabytes.long
Gets comparison time in seconds.long
Gets merge memory in megabytes.long
Gets merge time in seconds.int
hashCode()
-
Method Details
-
getComparisonTimeInSeconds
public long getComparisonTimeInSeconds()Gets comparison time in seconds.- Returns:
- the comparison time in seconds
-
getComparisonMemoryInMbs
public long getComparisonMemoryInMbs()Gets comparison memory in megabytes.- Returns:
- the comparison memory in megabytes
-
getMergeTimeInSeconds
public long getMergeTimeInSeconds()Gets merge time in seconds.- Returns:
- the merge time in seconds
-
getMergeMemoryInMbs
public long getMergeMemoryInMbs()Gets merge memory in megabytes.- Returns:
- the merge memory in megabytes
-
hashCode
public int hashCode() -
equals
-