/clobber

Some helper functions for deterministic code execution (taken by google/benchmark, but without the benchmark)

Primary LanguageC++MIT LicenseMIT

Clobber - Some helper functions for deterministic code execution

Some information will be provided on this page soon.

In the mean time, you can use the library as follows:

  • In a project using CMake, use CPM to import the library as a dependency:
CPMAddPackage(
    NAME clobber
    GITHUB_REPOSITORY gabrieleara/clobber
    GIT_TAG some.version.number
)
  • then link it against your project like so:
target_link_libraries(target_name PUBLIC clobber::clobber)