ds.ov2.test
Class Performance_mult_host.Div_call_result

java.lang.Object
  extended by ds.ov2.test.Performance_mult_host.Div_call_result
Enclosing class:
Performance_mult_host

private class Performance_mult_host.Div_call_result
extends Object

Combined result record of the div protocol.


Field Summary
 long duration_1
          Duration of the div_1 step in nanoseconds.
 long duration_2
          Duration of the div_2 step in nanoseconds.
 BigInteger quotient
          Quotient result
 BigInteger remainder
          Remainder result
 
Constructor Summary
Performance_mult_host.Div_call_result(long duration_1, long duration_2, BigInteger remainder, BigInteger quotient)
          Initialize the record
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

duration_1

public final long duration_1
Duration of the div_1 step in nanoseconds.


duration_2

public final long duration_2
Duration of the div_2 step in nanoseconds.


remainder

public final BigInteger remainder
Remainder result


quotient

public final BigInteger quotient
Quotient result

Constructor Detail

Performance_mult_host.Div_call_result

public Performance_mult_host.Div_call_result(long duration_1,
                                             long duration_2,
                                             BigInteger remainder,
                                             BigInteger quotient)
Initialize the record