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 classBuilder of resources consumption instance. -
Method Summary
Modifier and TypeMethodDescriptionbooleanlongGets comparison memory in megabytes.longGets comparison time in seconds.longGets merge memory in megabytes.longGets merge time in seconds.inthashCode()
-
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
-