|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.minisim.contproxy.entity
public static class contproxy.entity
Benchmark proxy entity.
Constructor Summary | |
---|---|
contproxy.entity(int mode,
long nevents,
long nwarm)
Create new benchmark entity. |
Method Summary | |
---|---|
void |
go(contproxy.entityInterface e)
Perform benchmark. |
void |
operation_double(double d)
Proxied blocking call with primitive double parameter. |
void |
operation_int(int i)
Proxied blocking call with primitive integer parameter. |
void |
operation_null()
Proxied blocking call with no parameters. |
void |
operation_string(java.lang.String s)
Proxied blocking call with String parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public contproxy.entity(int mode, long nevents, long nwarm)
mode
- benchmark typenevents
- number of proxied blocking benchmark eventsnwarm
- number of proxied blocking warm-up eventsMethod Detail |
---|
public void go(contproxy.entityInterface e)
go
in interface contproxy.entityInterface
e
- entity referencepublic void operation_null()
operation_null
in interface contproxy.entityInterface
public void operation_int(int i)
operation_int
in interface contproxy.entityInterface
i
- dummy intpublic void operation_double(double d)
operation_double
in interface contproxy.entityInterface
d
- dummy doublepublic void operation_string(java.lang.String s)
operation_string
in interface contproxy.entityInterface
s
- dummy string
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |