Public Member Functions | |
| BenchmarkLooper (StringRef name) | |
| operator bool () | |
| void | increment () |
| void | reportStart () |
| auto | needsMoreIterations () -> bool |
Static Private Member Functions | |
| static auto | getResolution () -> uint64_t |
Private Attributes | |
| std::string | m_name |
| std::size_t | m_count = 0 |
| std::size_t | m_iterationsToRun = 1 |
| uint64_t | m_resolution |
| Timer | m_timer |
1.8.6