Class ResourcesConsumption

java.lang.Object
com._1c.g5.v8.dt.testing.compare.ResourcesConsumption

public class ResourcesConsumption extends Object
Defines resources consumption.
  • 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()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object