8 #ifndef OPENFPM_DATA_SRC_PERFORMANCE_HPP_ 9 #define OPENFPM_DATA_SRC_PERFORMANCE_HPP_ 11 #include "Plot/GoogleChart.hpp" 13 #include <boost/property_tree/ptree.hpp> 14 #include <boost/property_tree/xml_parser.hpp> 15 #include "util/performance/performance_util.hpp" 17 constexpr
int N_STAT = 32;
18 constexpr
int N_STAT_SMALL = 32;
19 constexpr
int N_TRY = 8;
21 #ifdef PERFORMANCE_TEST 24 const char * test_dir;
32 BOOST_AUTO_TEST_SUITE( performance )
36 #include "Grid/performance/grid_performance_tests.hpp" 39 BOOST_AUTO_TEST_SUITE_END()
Small class to produce graph with Google chart in HTML.
Implementation of 1-D std::vector like structure.