Class AreaTreeHandler.Statistics

  • Enclosing class:
    AreaTreeHandler

    private class AreaTreeHandler.Statistics
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long initialMemory  
      private java.lang.Runtime runtime  
      private long startTime  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Statistics()
      Default constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void end()
      ends the area tree handler statistics gathering
      protected void logResults()
      logs the results of the area tree handler statistics gathering
      protected void start()
      starts the area tree handler statistics gathering
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • runtime

        private java.lang.Runtime runtime
      • initialMemory

        private long initialMemory
      • startTime

        private long startTime
    • Constructor Detail

      • Statistics

        protected Statistics()
        Default constructor
    • Method Detail

      • start

        protected void start()
        starts the area tree handler statistics gathering
      • end

        protected void end()
        ends the area tree handler statistics gathering
      • logResults

        protected void logResults()
        logs the results of the area tree handler statistics gathering