Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

benchmark Namespace Reference

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

Definition at line 77 of file bench.h.

◆ clock

Definition at line 46 of file bench.h.

◆ duration

using benchmark::duration = typedef clock::duration

Definition at line 48 of file bench.h.

◆ time_point

using benchmark::time_point = typedef clock::time_point

Definition at line 47 of file bench.h.

Released under the MIT license