$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::util::timer Class Reference

#include <mln/util/timer.hh>

Public Member Functions

 timer ()
 ~timer ()
double ms () const
float read () const
void reset ()
void restart ()
void resume ()
void start ()
float stop ()
float subj_ ()

Public Types

typedef Proxy< void > category
typedef timer exact_t

Detailed Description

Timer structure.

Definition at line 45 of file mln/util/timer.hh.

Constructor & Destructor Documentation

mln::util::timer::timer ( )
mln::util::timer::~timer ( )

Member Function Documentation

double mln::util::timer::ms ( ) const
inline

Definition at line 70 of file mln/util/timer.hh.

float mln::util::timer::read ( ) const
void mln::util::timer::reset ( )
void mln::util::timer::restart ( )
void mln::util::timer::resume ( )
void mln::util::timer::start ( )
float mln::util::timer::stop ( )
float mln::util::timer::subj_ ( )

Member Typedef Documentation

typedef Proxy<void> mln::Proxy< timer >::category
inherited

Definition at line 229 of file core/concept/proxy.hh.

typedef timer mln::Object< timer >::exact_t
inherited

Definition at line 105 of file object.hh.