at.gv.egiz.pdfas.performance
Class PerformanceCounters

java.lang.Object
  extended byat.gv.egiz.pdfas.performance.PerformanceCounters

public final class PerformanceCounters
extends Object

Contains various global PerformanceCounters that provide information about the system.

Author:
wprinz

Field Summary
static PerformanceCounter byteArrays
          Keeps track of the number of large byte array allocations.
static PerformanceCounter textExtractions
          Keeps track of the number of text extractions done so far.
 
Constructor Summary
PerformanceCounters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textExtractions

public static PerformanceCounter textExtractions
Keeps track of the number of text extractions done so far.


byteArrays

public static PerformanceCounter byteArrays
Keeps track of the number of large byte array allocations.

Constructor Detail

PerformanceCounters

public PerformanceCounters()


Copyright © 2006-2010. All Rights Reserved.