/* * performance.hpp * * Created on: Mar 9, 2016 * Author: yaroslav */ #ifndef SRC_PDATA_PERFORMANCE_CPP_ #define SRC_PDATA_PERFORMANCE_CPP_ #include #include #include "config.h" #include #include #include "Vector/vector_dist.hpp" #include "data_type/aggregate.hpp" #include "Plot/GoogleChart.hpp" #include "Point_test.hpp" #include #define BOOST_TEST_DYN_LINK #include extern const char * test_dir; #ifdef PERFORMANCE_TEST #include "../../openfpm_numerics/src/interpolation/interpolation.hpp" #include "Grid/grid_dist_id.hpp" #include "Plot/GoogleChart.hpp" #include "interpolation/mp4_kernel.hpp" #include "Vector/performance/vector_dist_performance_util.hpp" #include "util/performance/performance_util.hpp" BOOST_AUTO_TEST_SUITE( performance ) #include "Vector/performance/verlet_performance_tests.hpp" #include "Vector/performance/cell_list_part_reorder.hpp" #include "Vector/performance/cell_list_comp_reorder.hpp" #include "Vector/performance/vector_dist_gg_map_performance.hpp" #include "Grid/performance/grid_dist_performance.hpp" BOOST_AUTO_TEST_SUITE_END() #endif #endif /* SRC_PDATA_PERFORMANCE_CPP_ */