|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectds.ov2.test.Exponent_perf_host.Exp_call_result
private class Exponent_perf_host.Exp_call_result
Result record of the Vector_exp protocol.
Field Summary | |
---|---|
long |
duration_1
Duration of the vector_exp_1 step in nanoseconds. |
long |
duration_2
Duration of the vector_exp_2 step in nanoseconds. |
BigInteger |
result
Result computed on the card. |
Constructor Summary | |
---|---|
Exponent_perf_host.Exp_call_result(long d1,
long d2,
BigInteger r)
Record creation. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final long duration_1
public final long duration_2
public final BigInteger result
Constructor Detail |
---|
public Exponent_perf_host.Exp_call_result(long d1, long d2, BigInteger r)
d1
- duration of vector_exp_1 in nanosecondsd2
- duration of vector_exp_2 in nanosecondsr
- result
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |