| 218 | : _fmt(fmt), _w(w), _h(h), _den(den), _start(yasio::highp_clock()) |
| 219 | {} |
| 220 | ~benchmark_printer() { AXLOGI("{}", fmt::format(_fmt, _w, _h, (yasio::highp_clock() - _start) / _den)); } |
| 221 | _FMT _fmt; |
| 222 | int _w, _h; |
| 223 | float _den; |
nothing calls this directly
no test coverage detected