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