Class AreaTreeHandler.Statistics

java.lang.Object
org.apache.fop.area.AreaTreeHandler.Statistics
Enclosing class:
AreaTreeHandler

private class AreaTreeHandler.Statistics extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private long
     
    private Runtime
     
    private long
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Default constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    end()
    ends the area tree handler statistics gathering
    protected void
    logs the results of the area tree handler statistics gathering
    protected void
    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 Details

    • runtime

      private Runtime runtime
    • initialMemory

      private long initialMemory
    • startTime

      private long startTime
  • Constructor Details

    • Statistics

      protected Statistics()
      Default constructor
  • Method Details

    • 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