org.vrforcad
Class Benchmark

java.lang.Object
  extended by org.vrforcad.Benchmark

public class Benchmark
extends java.lang.Object

This class is used to benchmark some parts of vrforcad application.

Version:
1.0
Author:
Daniel Cioi

Constructor Summary
Benchmark()
           
 
Method Summary
 float getPassTime()
           
 float setStartTime()
           
 float setStopTime()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Benchmark

public Benchmark()
Method Detail

setStartTime

public float setStartTime()

setStopTime

public float setStopTime()

getPassTime

public float getPassTime()