#include <performance_tests.h>
|
| typedef boost::chrono::high_resolution_clock | clock |
| |
Definition at line 45 of file performance_tests.h.
◆ clock
◆ performance_timer()
| performance_timer::performance_timer |
( |
| ) |
|
|
inline |
◆ elapsed_ms()
| int performance_timer::elapsed_ms |
( |
| ) |
|
|
inline |
Definition at line 60 of file performance_tests.h.
62 clock::duration elapsed = clock::now() - m_start;
63 return static_cast<int>(boost::chrono::duration_cast<boost::chrono::milliseconds>(elapsed).
count());
mdb_size_t count(MDB_cursor *cur)
◆ start()
| void performance_timer::start |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: