|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dawb.common.python.test.JepTest
public class JepTest
| Constructor Summary | |
|---|---|
JepTest()
|
|
| Method Summary | |
|---|---|
static int[] |
getData()
|
void |
testJepBasic()
At least this one works... |
void |
testMemoryLeakJep()
Memory leak occurs here - THIS DIES FAIRLY HORRIBLY |
void |
testMemoryLeakUsingScriptFile()
THIS DIES HORRIBLY |
void |
testSendingMemoryWithPythonCallingData()
We get python to call back on Java, if Java calls python directly, the variable sent to python is never deallocated causing a memory leak. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JepTest()
| Method Detail |
|---|
public void testJepBasic()
throws java.lang.Throwable
java.lang.Throwablepublic static int[] getData()
public void testSendingMemoryWithPythonCallingData()
throws java.lang.Throwable
java.lang.Throwable
public void testMemoryLeakJep()
throws java.lang.Throwable
java.lang.Throwable
public void testMemoryLeakUsingScriptFile()
throws java.lang.Throwable
java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||