Next: , Previous: , Up: MicroBenchmark   [Contents][Index]


5 C++ API Reference

The library namespace is micro_benchmark. The following definitions omit this namespace for brevity. MicroBenchmark uses east const for its C++ code and places all the type specifiers together.

All functions require that the library has been loaded, properly initialized and stays loaded during the duration of all calls. This initialization is usually is performed by the static initialization sequence of the binary.