openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
Stopwatch Class Reference

#include <benchmark.h>

Public Member Functions

 Stopwatch ()
 
void start ()
 
void stop ()
 
unsigned int elapsed_us ()
 

Public Attributes

struct timespec m_start
 
struct timespec m_stop
 

Constructor & Destructor Documentation

◆ Stopwatch()

Stopwatch::Stopwatch ( )
inline

Member Function Documentation

◆ elapsed_us()

unsigned int Stopwatch::elapsed_us ( )
inline

◆ start()

void Stopwatch::start ( )
inline

◆ stop()

void Stopwatch::stop ( )
inline

Member Data Documentation

◆ m_start

struct timespec Stopwatch::m_start

◆ m_stop

struct timespec Stopwatch::m_stop

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