harfbuzz/perf
Behdad Esfahbod bdfed8f113 [blob] Add failing versions of create API
Fixes https://github.com/harfbuzz/harfbuzz/issues/2567

New API:
+hb_blob_create_or_fail()
+hb_blob_create_from_file_or_fail()

Use these in util/ to distinguish empty file from not-found file.
Only err on the latter.
2021-06-15 13:56:30 -06:00
..
fonts Add initial shaping performance test and profiler 2019-12-10 21:53:30 +03:30
texts [docs] Fix spelling typo (#2945) 2021-04-10 14:11:23 +03:00
meson.build
perf-draw.hh [blob] Add failing versions of create API 2021-06-15 13:56:30 -06:00
perf-extents.hh [blob] Add failing versions of create API 2021-06-15 13:56:30 -06:00
perf-shaping.hh [blob] Add failing versions of create API 2021-06-15 13:56:30 -06:00
perf.cc
run.sh