cjgdev / benchpress

C++11 header only micro benchmark framework
MIT License
14 stars 5 forks source link

Simple question #11

Open izanbf1803 opened 7 years ago

izanbf1803 commented 7 years ago

The ns/op value is the number of nanoseconds for one iteration inside the loop "for (size_t i = 0; i < ctx->num_iterations(); ++i)" ?