benchmark

A microbenchmark support library

APACHE-2.0 License

Downloads
58K
Stars
8.4K
Committers
298

Bot releases are visible (Hide)

benchmark - v1.1.0

Published by dmah42 almost 8 years ago

Highlights

  • ArgNames support
  • Fixes for OSX and Cygwin and MSVC builds
  • PauseTiming and ResumeTiming are per thread (#286)
  • Better Range and Arg specifications
  • Complexity reporting
benchmark - v1.0.0

Published by dmah42 almost 9 years ago

Significant changes since v0.1.0:

  • cmake 2.8.11 required
  • stricter compiler warnings
  • LTO support
  • fixtures
  • documentation fixes
  • CSV output
  • better windows support
  • minor fixes