gate.creole.nerc
Class ProfileNerc

java.lang.Object
  |
  +--gate.creole.nerc.ProfileNerc

public class ProfileNerc
extends Object

This class is used to profile nerc.


Field Summary
(package private) static float avgSpLookUp
           
(package private) static float avgSpSize
           
(package private) static float avgSpSpaceTokens
           
(package private) static float avgSpTokens
           
(package private) static NumberFormat formatter
           
protected  Nerc nerc
          Nerc, the component to be profiled
protected static PrintWriter printWriter
          Where the results go
 
Constructor Summary
ProfileNerc()
          Default constructor
 
Method Summary
protected  void initNerc()
           
static void main(String[] args)
          Main takes at l
protected  void process(File file)
           
protected  void profile(Set files)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

nerc

protected Nerc nerc
Nerc, the component to be profiled

printWriter

protected static PrintWriter printWriter
Where the results go

formatter

static NumberFormat formatter

avgSpSize

static float avgSpSize

avgSpTokens

static float avgSpTokens

avgSpSpaceTokens

static float avgSpSpaceTokens

avgSpLookUp

static float avgSpLookUp
Constructor Detail

ProfileNerc

public ProfileNerc()
Default constructor
Method Detail

main

public static void main(String[] args)
Main takes at l

profile

protected void profile(Set files)

initNerc

protected void initNerc()

process

protected void process(File file)