Next: Build Requirements, Up: Requirements [Contents][Index]
MicroBenchmark uses the following components at runtime:
Several functions from the library are used at runtime. These include mathematical functions for the statistical calculations. Some configurations may use realtime facilities from the system.
Output facilities use GNU libunistring for strings manipulation.
The C++ binding may use templates such as std::basic_string
and
std::function
as implementation details, even when the public
interface does not depend on them.
Guile binding uses the modern foreign function interface, which was introduced with Guile 2.2.