Description
C++ code performance can be measured with a benchmarking framework inspired by the structure of Google Test.
It is useful for developers who want repeatable microbenchmarks near their test code. Benchmark numbers depend on hardware, compiler flags, background load, and data sets, so compare results under controlled conditions.