Skip to main content

chrono::ClockTimer

Types

IsRunning#

  • no
  • yes

Functions

ClockTimer()#

chrono::ClockTimer::ClockTimer ()

ClockTimer(IsRunning is_running)#

explicit

chrono::ClockTimer::ClockTimer (IsRunning is_running)

clock_time() const#

ClockTime chrono::ClockTimer::clock_time () const

Type: ClockTime

is_reset() const#

inline

bool chrono::ClockTimer::is_reset () const

Type: bool

is_running() const#

inline

bool chrono::ClockTimer::is_running () const

Type: bool

is_started() const#

inline

bool chrono::ClockTimer::is_started () const

Type: bool

is_stopped() const#

inline

bool chrono::ClockTimer::is_stopped () const

Type: bool

micro_time() const#

inline

MicroTime chrono::ClockTimer::micro_time () const

Type: MicroTime

microseconds() const#

inline

u32 chrono::ClockTimer::microseconds () const

Type: u32

milliseconds() const#

inline

u32 chrono::ClockTimer::milliseconds () const

Type: u32

reset()#

ClockTimer & chrono::ClockTimer::reset ()

Type: ClockTimer &

restart()#

ClockTimer & chrono::ClockTimer::restart ()

Type: ClockTimer &

resume()#

ClockTimer & chrono::ClockTimer::resume ()

Type: ClockTimer &

seconds() const#

inline

u32 chrono::ClockTimer::seconds () const

Type: u32

start()#

ClockTimer & chrono::ClockTimer::start ()

Type: ClockTimer &

stop()#

ClockTimer & chrono::ClockTimer::stop ()

Type: ClockTimer &