Home
last modified time | relevance | path

Searched refs:run_time (Results 1 – 25 of 1053) sorted by relevance

12345678910>>...43

/dports/sysutils/py-salt/salt-3004.1/tests/pytests/unit/utils/scheduler/
H A Dtest_eval.py149 schedule.eval(now=run_time)
242 schedule.eval(now=run_time)
269 schedule.eval(now=run_time)
339 schedule.eval(now=run_time)
343 schedule.eval(now=run_time)
350 schedule.eval(now=run_time)
357 schedule.eval(now=run_time)
388 schedule.eval(now=run_time)
393 schedule.eval(now=run_time)
400 schedule.eval(now=run_time)
[all …]
H A Dtest_skip.py49 schedule.eval(now=run_time)
57 schedule.eval(now=run_time)
86 schedule.eval(now=run_time)
91 schedule.eval(now=run_time)
99 schedule.eval(now=run_time)
138 schedule.eval(now=run_time)
154 schedule.eval(now=run_time)
185 schedule.eval(now=run_time)
190 schedule.eval(now=run_time)
198 schedule.eval(now=run_time)
[all …]
H A Dtest_error.py40 run_time = dateutil.parser.parse("11/29/2017 4:00pm")
42 schedule.eval(now=run_time)
61 schedule.eval(now=run_time)
83 schedule.eval(now=run_time)
102 schedule.eval(now=run_time)
133 schedule.eval(now=run_time)
138 schedule.eval(now=run_time)
165 schedule.eval(now=run_time)
170 schedule.eval(now=run_time)
201 schedule.eval(now=run_time)
[all …]
H A Dtest_postpone.py32 run_time = dateutil.parser.parse("11/29/2017 4:00pm")
44 "time": run_time.strftime("%Y-%m-%dT%H:%M:%S"),
45 "new_time": (run_time + datetime.timedelta(seconds=delay)).strftime(
51 schedule.eval(now=run_time)
56 schedule.eval(now=run_time + datetime.timedelta(seconds=delay))
58 assert ret["_last_run"] == run_time + datetime.timedelta(seconds=delay)
61 schedule.eval(now=run_time + datetime.timedelta(seconds=delay + 1))
63 assert ret["_last_run"] == run_time + datetime.timedelta(seconds=delay)
/dports/math/py-algopy/algopy-0.5.7/documentation/sphinx/speed_comparison/
H A Drun_benchmarks.py32 t = time.time(); ref_f = f(3*np.ones(N)); run_time = time.time() - t variable
33 results_function[method['python']] = run_time, abs(ref_f - ref_f), preproc_time
39 t = time.time(); f = a.function(3*np.ones(N)); run_time = time.time() - t variable
40 results_function[method['pyadolc']] = run_time, abs(ref_f - f), preproc_time
45 t = time.time(); f = a.function(3*np.ones(N)); run_time = time.time() - t variable
51 t = time.time(); f = a.function(3*np.ones(N)); run_time = time.time() - t variable
57 t = time.time(); f = a.function(3*np.ones(N)); run_time = time.time() - t variable
63 t = time.time(); f = a.function(3*np.ones(N)); run_time = time.time() - t variable
86 results_gradient[method['pyadolc']] = run_time, 0, preproc_time
91 t = time.time(); g = a.gradient(3*np.ones(N)); run_time = time.time() - t variable
[all …]
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/lib/
H A DRuntime.pm35 my $run_time = $args{run_time};
36 if ( defined $run_time ) {
37 die "run_time must be > 0" if $run_time <= 0;
44 run_time => $run_time,
91 my $run_time = $self->{run_time};
92 return unless defined $run_time;
96 $self->{end_time} = $now + $run_time;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/scheduler/main_thread/
H A Dauto_advancing_virtual_time_domain.cc72 base::Optional<base::TimeTicks> run_time = NextScheduledRunTime(); in DelayTillNextTask() local
73 if (!run_time) in DelayTillNextTask()
78 if (run_time <= Now()) in DelayTillNextTask()
91 base::Optional<base::TimeTicks> run_time = NextScheduledRunTime(); in MaybeFastForwardToNextTask() local
92 if (!run_time) in MaybeFastForwardToNextTask()
95 if (MaybeAdvanceVirtualTime(*run_time)) { in MaybeFastForwardToNextTask()
105 base::TimeTicks run_time) { in SetNextDelayedDoWork() argument
107 if (run_time == base::TimeTicks::Max()) in SetNextDelayedDoWork()
176 base::Optional<base::TimeTicks> run_time = NextScheduledRunTime(); in DidProcessTask() local
177 if (run_time && MaybeAdvanceVirtualTime(*run_time)) in DidProcessTask()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/scheduler/main_thread/
H A Dauto_advancing_virtual_time_domain.cc72 base::Optional<base::TimeTicks> run_time = NextScheduledRunTime(); in DelayTillNextTask() local
73 if (!run_time) in DelayTillNextTask()
78 if (run_time <= Now()) in DelayTillNextTask()
91 base::Optional<base::TimeTicks> run_time = NextScheduledRunTime(); in MaybeFastForwardToNextTask() local
92 if (!run_time) in MaybeFastForwardToNextTask()
95 if (MaybeAdvanceVirtualTime(*run_time)) { in MaybeFastForwardToNextTask()
105 base::TimeTicks run_time) { in SetNextDelayedDoWork() argument
107 if (run_time == base::TimeTicks::Max()) in SetNextDelayedDoWork()
176 base::Optional<base::TimeTicks> run_time = NextScheduledRunTime(); in DidProcessTask() local
177 if (run_time && MaybeAdvanceVirtualTime(*run_time)) in DidProcessTask()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/
H A Dtimer_test.cc139 base::TimeDelta run_time; in TEST_F() local
151 base::TimeDelta run_time; in TEST_F() local
165 base::TimeDelta run_time; in TEST_F() local
186 base::TimeDelta run_time; in TEST_F() local
205 base::TimeDelta run_time; in TEST_F() local
219 base::TimeDelta run_time; in TEST_F() local
235 base::TimeDelta run_time; in TEST_F() local
261 base::TimeDelta run_time; in TEST_F() local
286 base::TimeDelta run_time; in TEST_F() local
322 base::TimeDelta run_time; in TEST_F() local
[all …]
/dports/www/habari/habari-0.8/system/classes/
H A Dcrontab.php31 $run_time = microtime( true ) + 600;
32 $run_time = sprintf( "%.4f", $run_time );
33 Options::set( 'cron_running', $run_time );
39 'time' => $run_time,
57 if ( Options::get( 'cron_running' ) != $run_time ) {
176 * @param HabariDateTime $run_time The time to execute the cron.
179 static function add_single_cron( $name, $callback, $run_time, $description = '' ) argument
184 'start_time' => $run_time,
185 'end_time' => $run_time, // only run once
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/
H A Dtimer_test.cc139 base::TimeDelta run_time; in TEST_F() local
151 base::TimeDelta run_time; in TEST_F() local
165 base::TimeDelta run_time; in TEST_F() local
186 base::TimeDelta run_time; in TEST_F() local
205 base::TimeDelta run_time; in TEST_F() local
219 base::TimeDelta run_time; in TEST_F() local
235 base::TimeDelta run_time; in TEST_F() local
261 base::TimeDelta run_time; in TEST_F() local
286 base::TimeDelta run_time; in TEST_F() local
322 base::TimeDelta run_time; in TEST_F() local
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/apscheduler/executors/
H A Dbase_py3.py17 for run_time in run_times:
20 difference = datetime.now(utc) - run_time
24 run_time))
28 logger.info('Running job "%s" (scheduled at %s)', job, run_time)
34 events.append(JobExecutionEvent(EVENT_JOB_ERROR, job.id, jobstore_alias, run_time,
39 events.append(JobExecutionEvent(EVENT_JOB_EXECUTED, job.id, jobstore_alias, run_time,
H A Dbase.py111 for run_time in run_times:
115 difference = datetime.now(utc) - run_time
119 run_time))
123 logger.info('Running job "%s" (scheduled at %s)', job, run_time)
129 events.append(JobExecutionEvent(EVENT_JOB_ERROR, job.id, jobstore_alias, run_time,
142 events.append(JobExecutionEvent(EVENT_JOB_EXECUTED, job.id, jobstore_alias, run_time,
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/apscheduler/executors/
H A Dbase_py3.py17 for run_time in run_times:
20 difference = datetime.now(utc) - run_time
24 run_time))
28 logger.info('Running job "%s" (scheduled at %s)', job, run_time)
34 events.append(JobExecutionEvent(EVENT_JOB_ERROR, job.id, jobstore_alias, run_time,
39 events.append(JobExecutionEvent(EVENT_JOB_EXECUTED, job.id, jobstore_alias, run_time,
/dports/devel/py-apscheduler/APScheduler-3.8.1/apscheduler/executors/
H A Dbase_py3.py17 for run_time in run_times:
20 difference = datetime.now(utc) - run_time
24 run_time))
28 logger.info('Running job "%s" (scheduled at %s)', job, run_time)
34 events.append(JobExecutionEvent(EVENT_JOB_ERROR, job.id, jobstore_alias, run_time,
39 events.append(JobExecutionEvent(EVENT_JOB_EXECUTED, job.id, jobstore_alias, run_time,
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dactivity.h48 uint32_t run_time; in activity_count_runtime() local
73run_time = (before_poll.tv_sec - after_poll.tv_sec) * 1000000U + (before_poll.tv_usec - after_poll… in activity_count_runtime()
74 run_time = swrate_add(&activity[tid].avg_loop_us, TIME_STATS_SAMPLES, run_time); in activity_count_runtime()
83 swrate_avg(run_time, TIME_STATS_SAMPLES) >= up))) in activity_count_runtime()
88 swrate_avg(run_time, TIME_STATS_SAMPLES) <= down))) in activity_count_runtime()
/dports/net-mgmt/nagios/nagios-3.5.1/base/
H A Devents.c836 new_event->run_time = run_time; in schedule_new_event()
865 event->run_time = (*timingfunc)(); in reschedule_event()
870 event->run_time = event->run_time + event->event_interval; in reschedule_event()
872 if(event->run_time < current_time) in reschedule_event()
873 event->run_time = current_time; in reschedule_event()
903 else if(event->run_time < first_event->run_time) { in add_event()
915 if(event->run_time >= temp_event->run_time) { in add_event()
1009 sleep_event.run_time = last_time; in event_execution_loop()
1238 sleep_event.run_time = current_time; in event_execution_loop()
1331 rotate_log_file(event->run_time); in handle_timed_event()
[all …]
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dactivity.h46 uint32_t run_time; in activity_count_runtime() local
71run_time = (before_poll.tv_sec - after_poll.tv_sec) * 1000000U + (before_poll.tv_usec - after_poll… in activity_count_runtime()
72 swrate_add(&activity[tid].avg_loop_us, TIME_STATS_SAMPLES, run_time); in activity_count_runtime()
80 ((profiling & HA_PROF_TASKS_MASK) == HA_PROF_TASKS_AUTO && run_time >= up))) { in activity_count_runtime()
86 ((profiling & HA_PROF_TASKS_MASK) == HA_PROF_TASKS_AUTO && run_time <= down))) { in activity_count_runtime()
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dactivity.h46 uint32_t run_time; in activity_count_runtime() local
71run_time = (before_poll.tv_sec - after_poll.tv_sec) * 1000000U + (before_poll.tv_usec - after_poll… in activity_count_runtime()
72 swrate_add(&activity[tid].avg_loop_us, TIME_STATS_SAMPLES, run_time); in activity_count_runtime()
80 ((profiling & HA_PROF_TASKS_MASK) == HA_PROF_TASKS_AUTO && run_time >= up))) { in activity_count_runtime()
86 ((profiling & HA_PROF_TASKS_MASK) == HA_PROF_TASKS_AUTO && run_time <= down))) { in activity_count_runtime()
/dports/net/haproxy21/haproxy-2.1.12/include/proto/
H A Dactivity.h54 uint32_t run_time; in activity_count_runtime() local
79run_time = (before_poll.tv_sec - after_poll.tv_sec) * 1000000U + (before_poll.tv_usec - after_poll… in activity_count_runtime()
80 swrate_add(&activity[tid].avg_loop_us, TIME_STATS_SAMPLES, run_time); in activity_count_runtime()
88 ((profiling & HA_PROF_TASKS_MASK) == HA_PROF_TASKS_AUTO && run_time >= up))) { in activity_count_runtime()
94 ((profiling & HA_PROF_TASKS_MASK) == HA_PROF_TASKS_AUTO && run_time <= down))) { in activity_count_runtime()
/dports/net/haproxy20/haproxy-2.0.26/include/proto/
H A Dactivity.h54 uint32_t run_time; in activity_count_runtime() local
79run_time = (before_poll.tv_sec - after_poll.tv_sec) * 1000000U + (before_poll.tv_usec - after_poll… in activity_count_runtime()
80 swrate_add(&activity[tid].avg_loop_us, TIME_STATS_SAMPLES, run_time); in activity_count_runtime()
88 ((profiling & HA_PROF_TASKS_MASK) == HA_PROF_TASKS_AUTO && run_time >= up))) { in activity_count_runtime()
94 ((profiling & HA_PROF_TASKS_MASK) == HA_PROF_TASKS_AUTO && run_time <= down))) { in activity_count_runtime()
/dports/net/nuster/nuster-5.0.4.21/include/proto/
H A Dactivity.h54 uint32_t run_time; in activity_count_runtime() local
79run_time = (before_poll.tv_sec - after_poll.tv_sec) * 1000000U + (before_poll.tv_usec - after_poll… in activity_count_runtime()
80 swrate_add(&activity[tid].avg_loop_us, TIME_STATS_SAMPLES, run_time); in activity_count_runtime()
88 ((profiling & HA_PROF_TASKS_MASK) == HA_PROF_TASKS_AUTO && run_time >= up))) { in activity_count_runtime()
94 ((profiling & HA_PROF_TASKS_MASK) == HA_PROF_TASKS_AUTO && run_time <= down))) { in activity_count_runtime()
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Admin/
H A DMaintenance.pm667 $run_time ||= 1;
671 $hour = int( $run_time / 3600 );
678 $run_time = "$hour:$min:$sec";
711 $rebuild_txt{'7'} $run_time
845 if ( !$run_time ) { $run_time = 1; }
849 $hour = int( $run_time / 3600 );
856 $run_time = "$hour:$min:$sec";
879 $rebuild_txt{'7'} $run_time
1140 $hour = int( $run_time / 3600 );
1146 $run_time = "$hour:$min:$sec";
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/expect/
H A Dtest1.5351 set run_time 0
60 set run_time $expect_out(1,string)
73 } elseif {$run_time < 59 || $run_time > 121} {
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/pt-query-digest/
H A Dresume.t124 my @run_time;
125 push @run_time, run_pqd(@resume_args) for 1,2;
135 push @run_time, run_pqd(@resume_args) for 1,2;
147 ) for @run_time[1, 3];
154 $run_time[2],

12345678910>>...43