Home
last modified time | relevance | path

Searched defs:TimerScope (Results 1 – 3 of 3) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DTimer.h50 struct TimerScope { struct
52 TimerScope(const TimerID _timerId) : timerId(_timerId) {startTimer(timerId);} in TimerScope() argument
53 ~TimerScope() {stopTimer(timerId);} in ~TimerScope() argument
/dports/math/gfan/gfan0.6.2/src/
H A Dtimer.h32 TimerScope(Timer *timer){this->timer=timer;timer->on();} in TimerScope() function
41 TimerScope(Timer *timer){} in TimerScope() function
/dports/math/gfanlib/gfan0.6.2/src/
H A Dtimer.h32 TimerScope(Timer *timer){this->timer=timer;timer->on();} in TimerScope() function
41 TimerScope(Timer *timer){} in TimerScope() function