a364b910b397df37b143d04ab22396db51296adc
[platform/upstream/harfbuzz.git] / perf / perf.cc
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 ();