floyd
floyd copied to clipboard
Built-in micro benchmark feature
I saw this project. https://github.com/yse/easy_profiler seems related and interesting.
Very cool! I'm using google benckmark to do micro benchmarking right now. It's about measuring a single function, not the entire program. I'm planning to have a keyword for this in Floyd itself, so you can add a microbench mark for your Floyd code in just one line.