Add perf test for Typeface with variation axes.

std::unordered_set<AxisTag> consumes considerable memory in minikin,
as it requires at least 40 bytes (on aarch64) per instance.
We'd like to optimize it.
This CL adds perf test to make sure that the latency does not regress by
the memory optimization.

Bug: 174672300
Test: atest CorePerfTests:android.graphics.perftests.TypefaceCreatePerfTest
Change-Id: I5585d058db6195efc05e0f0be3de49b32818414a
1 file changed