#include <monotonic_timer.hpp>
|
| static std::chrono::duration< double > | now () |
| |
| template<typename F , typename... Args> |
| static std::chrono::duration< double > | duration (F &&func, Args &&... args) |
| |
Definition at line 9 of file monotonic_timer.hpp.
◆ duration()
template<typename F , typename... Args>
| static std::chrono::duration<double> mbgl::util::MonotonicTimer::duration |
( |
F && |
func, |
|
|
Args &&... |
args |
|
) |
| |
|
inlinestatic |
◆ now()
| static std::chrono::duration<double> mbgl::util::MonotonicTimer::now |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: