ONE - On-device Neural Engine
Loading...
Searching...
No Matches
onert::util::ITimer Class Referenceabstract

#include <ITimer.h>

Public Member Functions

virtual void handleBegin ()=0
 
virtual void handleEnd ()=0
 
int getTime ()
 
virtual ~ITimer ()=default
 

Protected Attributes

int _timer_res {0}
 

Detailed Description

Definition at line 27 of file ITimer.h.

Constructor & Destructor Documentation

◆ ~ITimer()

virtual onert::util::ITimer::~ITimer ( )
virtualdefault

Member Function Documentation

◆ getTime()

int onert::util::ITimer::getTime ( )
inline

Definition at line 32 of file ITimer.h.

32{ return _timer_res; };

References _timer_res.

◆ handleBegin()

virtual void onert::util::ITimer::handleBegin ( )
pure virtual

◆ handleEnd()

virtual void onert::util::ITimer::handleEnd ( )
pure virtual

Field Documentation

◆ _timer_res

int onert::util::ITimer::_timer_res {0}
protected

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