8 #ifndef META_OCEAN_TEST_TESTBASE_TEST_MEMORY_H
9 #define META_OCEAN_TEST_TESTBASE_TEST_MEMORY_H
38 static bool test(
const double testDuration,
Worker& worker);
This class implements a memory test.
Definition: TestMemory.h:29
static bool test(const double testDuration, Worker &worker)
Tests some memory functions.
static bool testObject(const double testDuration)
Tests the memory object.
static bool testIsInside(const double testDuration)
Tests the isInside functions.
static bool testAllocation(const double testDuration, Worker &worker)
Tests the memory allocation performance.
This class implements a worker able to distribute function calls over different threads.
Definition: Worker.h:33
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15