aboutsummaryrefslogtreecommitdiff
path: root/perf/perf.cc
blob: a364b910b397df37b143d04ab22396db51296adc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "benchmark/benchmark.h"

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include "perf-shaping.hh"
#ifdef HAVE_FREETYPE
enum backend_t { HARFBUZZ, FREETYPE, TTF_PARSER };
#include "perf-extents.hh"
#ifdef HB_EXPERIMENTAL_API
#include "perf-draw.hh"
#endif
#endif

BENCHMARK_MAIN ();