net.ranides.assira.time
Class TimeResult

java.lang.Object
  extended by net.ranides.assira.time.TimeResult

public class TimeResult
extends Object

Author:
ranides

Field Summary
 double normalized
           
 long overall
          czas całkowity testu - łącznie z narzutem
 long overhead
          narzut na wykonanie pętli - nieistotne
 double persec
           
 long time
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

overhead

public final long overhead
narzut na wykonanie pętli - nieistotne


overall

public final long overall
czas całkowity testu - łącznie z narzutem


time

public final long time

normalized

public final double normalized

persec

public final double persec
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.