org.mandarax.examples.family.performance |
|
Java Source File Name | Type | Comment |
AbstractMemoryTest.java | Class | Abstract stress test class used to check for OutOfMemory errors. |
MemoryTestUsingLog4jLogging.java | Class | Stress test - uses standard System.out logging. |
MemoryTestUsingNullLogTarget.java | Class | Stress test - DEBUG is switched on and log entries are generated
but not written to System.out. |
MemoryTestUsingSystemOutLogging.java | Class | Stress test - uses standard System.out logging. |
PerformanceTest1.java | Class | Performance test based on a tree model with one root, NUMBER_OF_SONS children
and NUMBER_OF_GRANDCHILDREN_PER_SON children for each child node. |
PerformanceTest2.java | Class | Performance test based on a tree model with one root, NUMBER_OF_SONS children
and NUMBER_OF_GRANDCHILDREN_PER_SON children for each child node. |
PerformanceTest3.java | Class | Performance test based on a tree model with one root, NUMBER_OF_SONS children
and NUMBER_OF_GRANDCHILDREN_PER_SON children for each child node. |