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"
17constexpr int N_STAT = 32;
18constexpr int N_STAT_SMALL = 32;
19constexpr int N_TRY = 8;
21#ifdef PERFORMANCE_TEST
32BOOST_AUTO_TEST_SUITE( performance )
36#include "Grid/performance/grid_performance_tests.hpp"
39BOOST_AUTO_TEST_SUITE_END()
Small class to produce graph with Google chart in HTML.
Implementation of 1-D std::vector like structure.