Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@art049 art049 released this 06 Oct 09:04
· 1 commit to main since this release
v1.3.0
fe92fbb

What's new?

🎉 codspeed-cpp now supports profiling with the walltime instrument! Check out the docs for more details!

Details

🚀 Features

  • Add bench with PauseTiming
  • Add multithread example
  • Add support for benchmark markers
  • Add walltime support to google benchmark
  • Add instrument-hooks library
  • Add root frame
  • Add fibonacci benchmark
  • Add sleep benches
  • Add pre-commit-hooks

🐛 Bug Fixes

  • Remove memory allocations, use fixed iteration count
  • Ignore instrument-hooks warning
  • Add mode param
  • Dont optimize out benches

⚙️ Internals

  • Add a changelog and a release script
  • Bump instrument-hooks

Full Changelog: v1.2.0...v1.3.0