1 #include "benchmark/benchmark.h" 2 3 #ifdef HAVE_CONFIG_H 4 #include "config.h" 5 #endif 6 7 #include "perf-shaping.hh" 8 #ifdef HAVE_FREETYPE 9 enum backend_t { HARFBUZZ, FREETYPE, TTF_PARSER }; 10 #include "perf-extents.hh" 11 #ifdef HB_EXPERIMENTAL_API 12 #include "perf-draw.hh" 13 #endif 14 #endif 15 16 BENCHMARK_MAIN (); 17