MapLibre Native Core
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mbgl::util::MonotonicTimer Class Reference

#include <monotonic_timer.hpp>

Static Public Member Functions

static std::chrono::duration< double > now ()
 
template<typename F , typename... Args>
static std::chrono::duration< double > duration (F &&func, Args &&... args)
 

Detailed Description

Definition at line 9 of file monotonic_timer.hpp.

Member Function Documentation

◆ duration()

template<typename F , typename... Args>
static std::chrono::duration<double> mbgl::util::MonotonicTimer::duration ( F &&  func,
Args &&...  args 
)
inlinestatic

Definition at line 14 of file monotonic_timer.hpp.

◆ now()

static std::chrono::duration<double> mbgl::util::MonotonicTimer::now ( )
static

The documentation for this class was generated from the following file: