Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Classes | |
| class | BenchRunner |
| struct | best_clock |
| class | State |
Typedefs | |
| using | clock = best_clock::type |
| using | time_point = clock::time_point |
| using | duration = clock::duration |
| typedef std::function< void(State &)> | BenchFunction |
Typedef Documentation
◆ BenchFunction
| typedef std::function<void(State&)> benchmark::BenchFunction |
◆ clock
| using benchmark::clock = typedef best_clock::type |
◆ duration
| using benchmark::duration = typedef clock::duration |
◆ time_point
| using benchmark::time_point = typedef clock::time_point |

