Home
last modified time | relevance | path

Searched refs:TIMER (Results 1 – 25 of 2354) sorted by relevance

12345678910>>...95

/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/starbase/
H A DhwStub.c134 TIMER("> quads:"); in _dxf_DrawOpaque()
136 TIMER("< quads:"); in _dxf_DrawOpaque()
141 TIMER("> plines:"); in _dxf_DrawOpaque()
143 TIMER("< plines:"); in _dxf_DrawOpaque()
145 TIMER("> lines:"); in _dxf_DrawOpaque()
147 TIMER("< lines:"); in _dxf_DrawOpaque()
153 TIMER("> tmesh:"); in _dxf_DrawOpaque()
155 TIMER("< tmesh:"); in _dxf_DrawOpaque()
165 TIMER("> qmesh:"); in _dxf_DrawOpaque()
204 TIMER("> quads:"); in _dxf_DrawOpaque()
[all …]
/dports/cad/gnucap/gnucap-2013-04-23/lib/
H A Dl_timer.cc36 TIMER operator-(const TIMER&,const TIMER&);
43 TIMER::TIMER() in TIMER() function in TIMER
48 TIMER::TIMER(const std::string& label) in TIMER() function in TIMER
54 TIMER& TIMER::fullreset() in fullreset()
60 TIMER& TIMER::reset() in reset()
68 TIMER& TIMER::start() in start()
80 TIMER& TIMER::stop() in stop()
92 TIMER& TIMER::check() in check()
105 TIMER& TIMER::print(OMSTREAM& s) in print()
111 TIMER& TIMER::operator=(const TIMER& x) in operator =()
[all …]
/dports/cad/gnucap/gnucap-2013-04-23/include/
H A Du_status.h36 TIMER get;
37 TIMER op;
38 TIMER dc;
39 TIMER tran;
40 TIMER four;
41 TIMER ac;
47 TIMER load;
48 TIMER lud;
49 TIMER back;
54 TIMER aux1;
[all …]
H A Dl_timer.h31 class INTERFACE TIMER {
39 explicit TIMER();
40 explicit TIMER(const std::string&);
41 ~TIMER() {} in ~TIMER()
42 TIMER& fullreset();
43 TIMER& reset();
44 TIMER& start();
45 TIMER& stop();
46 TIMER& check();
51 TIMER& operator=(const TIMER&);
[all …]
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/abacus/
H A Dherdrv.F271 CALL TIMER('START ',TIMSTR,TIMEND)
273 CALL TIMER('SORTAO',TIMSTR,TIMEND)
2420 CALL TIMER('START ',TIMSTR,TIMEND)
2426 CALL TIMER('DPTPOT',TIMSTR,TIMEND)
2446 CALL TIMER('START ',TIMSTR,TIMEND)
2449 CALL TIMER('RLMNUC',TIMSTR,TIMEND)
2457 CALL TIMER('RLMINT',TIMSTR,TIMEND)
2489 CALL TIMER('START ',TIMSTR,TIMEND)
2492 CALL TIMER('HUCKEL',TIMSTR,TIMEND)
3643 CALL TIMER('START ',TIMSTR,TIMEND)
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/Utilities/
H A DTimerManager.cpp38 template<class TIMER>
39 void TimerManager<TIMER>::initializeTimer(TIMER& t) in initializeTimer()
65 template<class TIMER>
68 TIMER* t = nullptr; in createTimer()
78 template<class TIMER>
79 void TimerManager<TIMER>::push_timer(TIMER* t) in push_timer()
94 template<class TIMER>
95 void TimerManager<TIMER>::pop_timer(TIMER* t) in pop_timer()
114 template<class TIMER>
121 template<class TIMER>
[all …]
H A DTimerManager.h43 template<class TIMER>
48 std::vector<std::unique_ptr<TIMER>> TimerList;
52 std::vector<TIMER*> CurrentTimerStack;
64 void initializeTimer(TIMER& t);
87 void push_timer(TIMER* t);
89 void pop_timer(TIMER* t);
91 TIMER* current_timer() in current_timer()
93 TIMER* current = nullptr; in current_timer()
159 template<class T, class TIMER>
160 void setup_timers(std::vector<std::reference_wrapper<TIMER>>& timers,
[all …]
/dports/mail/libmilter/sendmail-8.16.1/sendmail/
H A Dtimers.c51 TIMER *ptimer; in zerotimer()
58 TIMER *ta; in addtimer()
59 TIMER *tb;
79 TIMER *ta; in subtimer()
80 TIMER *tb;
100 TIMER *ptimer; in getcurtimer()
121 TIMER *ptimer; in getinctimer()
123 TIMER cur;
152 TIMER *ptimer; in pushtimer()
156 TIMER incr;
[all …]
/dports/devel/efl/efl-1.25.1/src/tests/ecore/
H A Defl_app_test_loop_timer.c108 TIMER(0); in EFL_START_TEST()
119 TIMER(0); in EFL_START_TEST()
120 TIMER(0); in EFL_START_TEST()
124 TIMER(0); in EFL_START_TEST()
135 TIMER(1); in EFL_START_TEST()
138 TIMER(0); in EFL_START_TEST()
154 #undef TIMER
180 TIMER(0); in _recursion()
181 TIMER(0); in _recursion()
190 TIMER(0); in _recursion()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/bench/
H A DBenchTimer.h93 inline double value(int TIMER = CPU_TIMER) const
95 return m_times[TIMER];
100 inline double best(int TIMER = CPU_TIMER) const
102 return m_bests[TIMER];
107 inline double worst(int TIMER = CPU_TIMER) const
109 return m_worsts[TIMER];
116 return m_totals[TIMER];
163 #define BENCH(TIMER,TRIES,REP,CODE) { \ argument
164 TIMER.reset(); \
166 TIMER.start(); \
[all …]
/dports/devel/ga/ga-5.8/global/testing/
H A Dnbgetput.c24 #define TIMER GA_Wtime macro
125 start_time = TIMER(); in main()
128 end_time = TIMER(); in main()
138 end_time = TIMER(); in main()
143 end_time = TIMER(); in main()
148 end_time = TIMER(); in main()
169 end_time = TIMER(); in main()
174 end_time = TIMER(); in main()
210 end_time = TIMER(); in main()
220 end_time = TIMER(); in main()
[all …]
H A Dnbgetput2.c24 #define TIMER GA_Wtime macro
113 start_time = TIMER(); in main()
115 end_time = TIMER(); in main()
122 end_time = TIMER(); in main()
133 end_time = TIMER(); in main()
144 end_time = TIMER(); in main()
149 end_time = TIMER(); in main()
155 end_time = TIMER(); in main()
188 end_time = TIMER(); in main()
195 end_time = TIMER(); in main()
[all …]
/dports/math/eigen3/eigen-3.3.9/bench/
H A DBenchTimer.h100 inline double value(int TIMER = CPU_TIMER) const
102 return m_times[TIMER];
107 inline double best(int TIMER = CPU_TIMER) const
109 return m_bests[TIMER];
114 inline double worst(int TIMER = CPU_TIMER) const
116 return m_worsts[TIMER];
123 return m_totals[TIMER];
170 #define BENCH(TIMER,TRIES,REP,CODE) { \ argument
171 TIMER.reset(); \
173 TIMER.start(); \
[all …]
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/bench/
H A DBenchTimer.h100 inline double value(int TIMER = CPU_TIMER) const
102 return m_times[TIMER];
107 inline double best(int TIMER = CPU_TIMER) const
109 return m_bests[TIMER];
114 inline double worst(int TIMER = CPU_TIMER) const
116 return m_worsts[TIMER];
123 return m_totals[TIMER];
170 #define BENCH(TIMER,TRIES,REP,CODE) { \ argument
171 TIMER.reset(); \
173 TIMER.start(); \
[all …]
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/bench/
H A DBenchTimer.h100 inline double value(int TIMER = CPU_TIMER) const
102 return m_times[TIMER];
107 inline double best(int TIMER = CPU_TIMER) const
109 return m_bests[TIMER];
114 inline double worst(int TIMER = CPU_TIMER) const
116 return m_worsts[TIMER];
123 return m_totals[TIMER];
170 #define BENCH(TIMER,TRIES,REP,CODE) { \ argument
171 TIMER.reset(); \
173 TIMER.start(); \
[all …]
/dports/misc/opennn/opennn-5.0.5/eigen/bench/
H A DBenchTimer.h100 inline double value(int TIMER = CPU_TIMER) const
102 return m_times[TIMER];
107 inline double best(int TIMER = CPU_TIMER) const
109 return m_bests[TIMER];
114 inline double worst(int TIMER = CPU_TIMER) const
116 return m_worsts[TIMER];
123 return m_totals[TIMER];
170 #define BENCH(TIMER,TRIES,REP,CODE) { \ argument
171 TIMER.reset(); \
173 TIMER.start(); \
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/bench/
H A DBenchTimer.h100 inline double value(int TIMER = CPU_TIMER) const
102 return m_times[TIMER];
107 inline double best(int TIMER = CPU_TIMER) const
109 return m_bests[TIMER];
114 inline double worst(int TIMER = CPU_TIMER) const
116 return m_worsts[TIMER];
123 return m_totals[TIMER];
170 #define BENCH(TIMER,TRIES,REP,CODE) { \ argument
171 TIMER.reset(); \
173 TIMER.start(); \
[all …]
/dports/devel/rgbds/rgbds/test/fix/
H A Dtpp1-unk-major.err9 MBC3+TIMER+BATTERY ($0F), MBC3+TIMER+RAM+BATTERY ($10)
20 TPP1_1.0, TPP1_1.0+RUMBLE, TPP1_1.0+MULTIRUMBLE, TPP1_1.0+TIMER,
21 TPP1_1.0+TIMER+RUMBLE, TPP1_1.0+TIMER+MULTIRUMBLE, TPP1_1.0+BATTERY,
23 TPP1_1.0+BATTERY+TIMER, TPP1_1.0+BATTERY+TIMER+RUMBLE,
24 TPP1_1.0+BATTERY+TIMER+MULTIRUMBLE
H A Dtpp1-unk-minor.err9 MBC3+TIMER+BATTERY ($0F), MBC3+TIMER+RAM+BATTERY ($10)
20 TPP1_1.0, TPP1_1.0+RUMBLE, TPP1_1.0+MULTIRUMBLE, TPP1_1.0+TIMER,
21 TPP1_1.0+TIMER+RUMBLE, TPP1_1.0+TIMER+MULTIRUMBLE, TPP1_1.0+BATTERY,
23 TPP1_1.0+BATTERY+TIMER, TPP1_1.0+BATTERY+TIMER+RUMBLE,
24 TPP1_1.0+BATTERY+TIMER+MULTIRUMBLE
H A Dtpp1-bad-major.err9 MBC3+TIMER+BATTERY ($0F), MBC3+TIMER+RAM+BATTERY ($10)
20 TPP1_1.0, TPP1_1.0+RUMBLE, TPP1_1.0+MULTIRUMBLE, TPP1_1.0+TIMER,
21 TPP1_1.0+TIMER+RUMBLE, TPP1_1.0+TIMER+MULTIRUMBLE, TPP1_1.0+BATTERY,
23 TPP1_1.0+BATTERY+TIMER, TPP1_1.0+BATTERY+TIMER+RUMBLE,
24 TPP1_1.0+BATTERY+TIMER+MULTIRUMBLE
H A Dtpp1-bad-minor.err9 MBC3+TIMER+BATTERY ($0F), MBC3+TIMER+RAM+BATTERY ($10)
20 TPP1_1.0, TPP1_1.0+RUMBLE, TPP1_1.0+MULTIRUMBLE, TPP1_1.0+TIMER,
21 TPP1_1.0+TIMER+RUMBLE, TPP1_1.0+TIMER+MULTIRUMBLE, TPP1_1.0+BATTERY,
23 TPP1_1.0+BATTERY+TIMER, TPP1_1.0+BATTERY+TIMER+RUMBLE,
24 TPP1_1.0+BATTERY+TIMER+MULTIRUMBLE
/dports/graphics/wdune/wdune-1.926/docs/hanim_history/
H A Dgehmess_proto.x3dv44 DEF TIMER TimeSensor {
881 ROUTE TIMER.fraction_changed TO HUEFTE_R.set_fraction
1715 ROUTE TIMER.fraction_changed TO FEML_R.set_fraction
2549 ROUTE TIMER.fraction_changed TO FEMR_R.set_fraction
3383 ROUTE TIMER.fraction_changed TO CRUL_R.set_fraction
4217 ROUTE TIMER.fraction_changed TO CRUR_R.set_fraction
5051 ROUTE TIMER.fraction_changed TO PEDR_R.set_fraction
5885 ROUTE TIMER.fraction_changed TO PEDL_R.set_fraction
6719 ROUTE TIMER.fraction_changed TO THO_R.set_fraction
7553 ROUTE TIMER.fraction_changed TO BRAL_R.set_fraction
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libgloss/zpu/
H A Dcrt_io.c13 static volatile int *TIMER; variable
60 TIMER=(volatile int *)0x080a0014; in _initIO()
66 TIMER=(volatile int *)0x9000; in _initIO()
72 TIMER=(volatile int *)0x80000100; in _initIO()
84 TIMER[0]=0x2; /* sample timer */ in _readCycles()
88 clock|=((long long )(TIMER[i]))<<(i*32); in _readCycles()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libgloss/zpu/
H A Dcrt_io.c13 static volatile int *TIMER; variable
60 TIMER=(volatile int *)0x080a0014; in _initIO()
66 TIMER=(volatile int *)0x9000; in _initIO()
72 TIMER=(volatile int *)0x80000100; in _initIO()
84 TIMER[0]=0x2; /* sample timer */ in _readCycles()
88 clock|=((long long )(TIMER[i]))<<(i*32); in _readCycles()
/dports/devel/p5-IO-Lambda/IO-Lambda-1.23/lib/IO/Lambda/
H A DPoll.pm5 $DEBUG @RECORDS @TIMER $TIMER_ACTIVE $MASTER
28 $TIMER[WATCH_OBJ] = bless {}, "IO::Lambda::Poll::Timer";
96 if ( abs( $expires - $TIMER[WATCH_DEADLINE]) > 0.001) {
98 warn "poll.timer > restart $expires/$TIMER[WATCH_DEADLINE]\n"
100 $IO::Lambda::LOOP-> remove_event( \@TIMER);
101 $TIMER[WATCH_DEADLINE] = $expires;
102 $IO::Lambda::LOOP-> after( \@TIMER);
108 $TIMER[WATCH_DEADLINE] = $expires;
109 $IO::Lambda::LOOP-> after( \@TIMER);
115 $IO::Lambda::LOOP-> remove_event( \@TIMER);

12345678910>>...95