edu.ogi.cse.xs.common
Class Stat

java.lang.Object
  extended by edu.ogi.cse.xs.common.Stat

public class Stat
extends java.lang.Object


Field Summary
static double ioTime
           
static double loadingTime
           
static double parsingTime
           
static double processingTime
           
static double queryTime
           
static double totalTime
           
 
Constructor Summary
Stat()
           
 
Method Summary
static void printStat()
           
static long tick()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parsingTime

public static double parsingTime

queryTime

public static double queryTime

ioTime

public static double ioTime

processingTime

public static double processingTime

loadingTime

public static double loadingTime

totalTime

public static double totalTime
Constructor Detail

Stat

public Stat()
Method Detail

tick

public static long tick()

printStat

public static void printStat()