#include "bench_framework.hpp" #include #include class test : public benchmark::test_case { public: test(mapnik::parameters const& params) : test_case(params) {} bool validate() const { return true; } void operator()() const { mapnik::freetype_engine engine; unsigned long count = 0; for (unsigned i=0;i