8 #ifndef FACEBOOK_OCEAN_TEST_TESTIO_TESTMAPS_TEST_IO_MAPS_H
9 #define FACEBOOK_OCEAN_TEST_TESTIO_TESTMAPS_TEST_IO_MAPS_H
42 #if defined(_WINDOWS) && defined(OCEAN_RUNTIME_SHARED)
43 #ifdef USE_OCEAN_TEST_IO_MAPS_EXPORT
44 #define OCEAN_TEST_IO_MAPS_EXPORT __declspec(dllexport)
46 #define OCEAN_TEST_IO_MAPS_EXPORT __declspec(dllimport)
49 #define OCEAN_TEST_IO_MAPS_EXPORT
60 OCEAN_TEST_IO_MAPS_EXPORT
bool testIOMaps(
const double testDuration,
Worker& worker,
const std::string& testFunctions = std::string());
70 OCEAN_TEST_IO_MAPS_EXPORT
void testIOMapsAsynchron(
const double testDuration,
const std::string& testFunctions = std::string());
This class implements a worker able to distribute function calls over different threads.
Definition: Worker.h:33
OCEAN_TEST_IO_MAPS_EXPORT bool testIOMaps(const double testDuration, Worker &worker, const std::string &testFunctions=std::string())
Tests the entire IO Maps library.
OCEAN_TEST_IO_MAPS_EXPORT void testIOMapsAsynchron(const double testDuration, const std::string &testFunctions=std::string())
Tests the entire IO maps library.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15