• Properties

  • Git HTTP https://git.kmx.io/kc3-lang/harfbuzz.git
    Git SSH git@git.kmx.io:kc3-lang/harfbuzz.git
    Public access ? public
    Description

    HarfBuzz text shaping engine

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg_l thodg
    Tags

  • README.md

  • Benchmarks are implemented using Google Benchmark.

    To build the benchmarks in this directory you need to set the benchmark option while configuring the build with meson:

    meson configure build -Dbenchmark=enabled

    Then build the benchmark binaries with ninja:

    ninja -Cbuild perf/benchmark-set

    Finally, to run one of the benchmarks:

    ./build/perf/benchmark-set

    It’s possible to filter the benchmarks being run and customize the output via flags to the benchmark binary. See the Google Benchmark User Guide for more details.