cgl.narada.wsinfra.benchmark
Class BenchmarkTimer

java.lang.Object
  extended bycgl.narada.wsinfra.benchmark.BenchmarkTimer

public class BenchmarkTimer
extends Object

This is a class which is responsible for timing various operations performed within the BenchmarkOperations class. This class uses the high resolution timer available within NaradaBrokering.


Constructor Summary
BenchmarkTimer()
           
 
Method Summary
static void main(String[] args)
           
 void timeOperations(int operation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BenchmarkTimer

public BenchmarkTimer()
               throws Exception
Method Detail

timeOperations

public void timeOperations(int operation)
                    throws Exception
Throws:
Exception

main

public static void main(String[] args)