Home
last modified time | relevance | path

Searched refs:time_used (Results 26 – 50 of 194) sorted by relevance

12345678

/dports/ftp/php-fastdfs/fastdfs-6.06/test/
H A Dtest_delete.c29 int64_t time_used; //unit: ms member
71 static int add_to_storage_stat(const char *storage_ip, const int result, const int time_used);
82 int time_used; in main() local
150 time_used = TIME_SUB_MS(tv_end, tv_start); in main()
151 files[file_type].time_used += time_used; in main()
153 add_to_storage_stat(storage_ip, result, time_used); in main()
163 storage_ip, result, time_used); in main()
216 files[k].success_count, files[k].time_used); in save_stats_by_file_type()
242 storages[k].success_count, storages[k].time_used); in save_stats_by_storage_ip()
269 static int add_to_storage_stat(const char *storage_ip, const int result, const int time_used) in add_to_storage_stat() argument
[all …]
H A Dtest_download.c36 int64_t time_used; //unit: ms member
78 static int add_to_storage_stat(const char *storage_ip, const int result, const int time_used);
90 int time_used; in main() local
166 time_used = TIME_SUB_MS(tv_end, tv_start); in main()
167 files[file_type].time_used += time_used; in main()
169 add_to_storage_stat(storage_ip, result, time_used); in main()
187 storage_ip, result, time_used); in main()
240 files[k].success_count, files[k].time_used); in save_stats_by_file_type()
266 storages[k].success_count, storages[k].time_used); in save_stats_by_storage_ip()
293 static int add_to_storage_stat(const char *storage_ip, const int result, const int time_used) in add_to_storage_stat() argument
[all …]
H A Dtest_types.h25 int64_t time_used; member
32 int64_t time_used; member
/dports/ftp/fastdfs/fastdfs-6.06/test/
H A Dtest_delete.c29 int64_t time_used; //unit: ms member
71 static int add_to_storage_stat(const char *storage_ip, const int result, const int time_used);
82 int time_used; in main() local
150 time_used = TIME_SUB_MS(tv_end, tv_start); in main()
151 files[file_type].time_used += time_used; in main()
153 add_to_storage_stat(storage_ip, result, time_used); in main()
163 storage_ip, result, time_used); in main()
216 files[k].success_count, files[k].time_used); in save_stats_by_file_type()
242 storages[k].success_count, storages[k].time_used); in save_stats_by_storage_ip()
269 static int add_to_storage_stat(const char *storage_ip, const int result, const int time_used) in add_to_storage_stat() argument
[all …]
H A Dtest_download.c36 int64_t time_used; //unit: ms member
78 static int add_to_storage_stat(const char *storage_ip, const int result, const int time_used);
90 int time_used; in main() local
166 time_used = TIME_SUB_MS(tv_end, tv_start); in main()
167 files[file_type].time_used += time_used; in main()
169 add_to_storage_stat(storage_ip, result, time_used); in main()
187 storage_ip, result, time_used); in main()
240 files[k].success_count, files[k].time_used); in save_stats_by_file_type()
266 storages[k].success_count, storages[k].time_used); in save_stats_by_storage_ip()
293 static int add_to_storage_stat(const char *storage_ip, const int result, const int time_used) in add_to_storage_stat() argument
[all …]
H A Dtest_types.h25 int64_t time_used; member
32 int64_t time_used; member
/dports/math/py-cryptominisat/cryptominisat-5.8.0/src/
H A Dsubsumeimplicit.cpp147 const double time_used = cpuTime() - myTime; in subsume_implicit() local
151 runStats.time_used += time_used; in subsume_implicit()
160 , time_used in subsume_implicit()
179 time_used += other.time_used; in operator +=()
191 << _solver->conf.print_times(time_used, time_out) in print_short()
200 , time_used in print()
201 , float_div(time_used, numCalled) in print()
H A Dsolverconf.cpp410 const double time_used in print_times() argument
417 << " T: " << std::setprecision(2) << std::fixed << time_used in print_times()
428 const double time_used in print_times() argument
434 << " T: " << std::setprecision(2) << std::fixed << time_used in print_times()
444 const double time_used in print_times()
449 << " T: " << std::setprecision(2) << std::fixed << time_used; in print_times()
H A Ddistillerlong.cpp224 const double time_used = cpuTime() - myTime; in distill_long_cls_all() local
233 << solver->conf.print_times(time_used, time_out, time_remain) in distill_long_cls_all()
240 , time_used in distill_long_cls_all()
247 runStats.time_used += cpuTime() - myTime; in distill_long_cls_all()
376 time_used += other.time_used; in operator +=()
396 << _solver->conf.print_times(time_used, timeOut) in print_short()
404 , time_used in print()
405 , ratio_for_stat(time_used, numCalled) in print()
H A Dgatefinder.cpp100 const double time_used = cpuTime() - myTime; in find_or_gates_and_update_stats() local
103 runStats.findGateTime = time_used; in find_or_gates_and_update_stats()
109 , time_used in find_or_gates_and_update_stats()
153 const double time_used = cpuTime() - myTime; in shorten_with_all_or_gates() local
156 runStats.orBasedTime = time_used; in shorten_with_all_or_gates()
162 , time_used in shorten_with_all_or_gates()
203 const double time_used = cpuTime() - myTime; in remove_clauses_with_all_or_gates() local
206 runStats.andBasedTime = time_used; in remove_clauses_with_all_or_gates()
212 , time_used in remove_clauses_with_all_or_gates()
254 runStats.varReplaceTime += time_used; in all_simplifications_with_gates()
[all …]
H A Dsubsumestrengthen.cpp278 const double time_used = cpuTime() - myTime; in backw_sub_long_with_long() local
288 << solver->conf.print_times(time_used, time_out, time_remain) in backw_sub_long_with_long()
295 , time_used in backw_sub_long_with_long()
342 const double time_used = cpuTime() - myTime; in backw_str_long_with_long() local
354 << solver->conf.print_times(time_used, time_out, time_remain) in backw_str_long_with_long()
361 , time_used in backw_str_long_with_long()
529 const double time_used = cpuTime() - start_time; in handle_added_long_cl() local
544 , time_used in handle_added_long_cl()
1007 const double time_used = cpuTime() - myTime; in backw_sub_str_long_with_bins() local
1017 << solver->conf.print_times(time_used, time_out, time_remain) in backw_sub_str_long_with_bins()
[all …]
H A Dcms_bosphorus.cpp119 double time_used = cpuTime() - myTime; in doit() local
122 << solver->conf.print_times(time_used) in doit()
130 , time_used in doit()
/dports/math/cryptominisat/cryptominisat-5.8.0/src/
H A Dsubsumeimplicit.cpp147 const double time_used = cpuTime() - myTime; in subsume_implicit() local
151 runStats.time_used += time_used; in subsume_implicit()
160 , time_used in subsume_implicit()
179 time_used += other.time_used; in operator +=()
191 << _solver->conf.print_times(time_used, time_out) in print_short()
200 , time_used in print()
201 , float_div(time_used, numCalled) in print()
H A Dsolverconf.cpp410 const double time_used in print_times() argument
417 << " T: " << std::setprecision(2) << std::fixed << time_used in print_times()
428 const double time_used in print_times() argument
434 << " T: " << std::setprecision(2) << std::fixed << time_used in print_times()
444 const double time_used in print_times()
449 << " T: " << std::setprecision(2) << std::fixed << time_used; in print_times()
H A Ddistillerlong.cpp224 const double time_used = cpuTime() - myTime; in distill_long_cls_all() local
233 << solver->conf.print_times(time_used, time_out, time_remain) in distill_long_cls_all()
240 , time_used in distill_long_cls_all()
247 runStats.time_used += cpuTime() - myTime; in distill_long_cls_all()
376 time_used += other.time_used; in operator +=()
396 << _solver->conf.print_times(time_used, timeOut) in print_short()
404 , time_used in print()
405 , ratio_for_stat(time_used, numCalled) in print()
H A Dgatefinder.cpp100 const double time_used = cpuTime() - myTime; in find_or_gates_and_update_stats() local
103 runStats.findGateTime = time_used; in find_or_gates_and_update_stats()
109 , time_used in find_or_gates_and_update_stats()
153 const double time_used = cpuTime() - myTime; in shorten_with_all_or_gates() local
156 runStats.orBasedTime = time_used; in shorten_with_all_or_gates()
162 , time_used in shorten_with_all_or_gates()
203 const double time_used = cpuTime() - myTime; in remove_clauses_with_all_or_gates() local
206 runStats.andBasedTime = time_used; in remove_clauses_with_all_or_gates()
212 , time_used in remove_clauses_with_all_or_gates()
254 runStats.varReplaceTime += time_used; in all_simplifications_with_gates()
[all …]
H A Dsubsumestrengthen.cpp278 const double time_used = cpuTime() - myTime; in backw_sub_long_with_long() local
288 << solver->conf.print_times(time_used, time_out, time_remain) in backw_sub_long_with_long()
295 , time_used in backw_sub_long_with_long()
342 const double time_used = cpuTime() - myTime; in backw_str_long_with_long() local
354 << solver->conf.print_times(time_used, time_out, time_remain) in backw_str_long_with_long()
361 , time_used in backw_str_long_with_long()
529 const double time_used = cpuTime() - start_time; in handle_added_long_cl() local
544 , time_used in handle_added_long_cl()
1007 const double time_used = cpuTime() - myTime; in backw_sub_str_long_with_bins() local
1017 << solver->conf.print_times(time_used, time_out, time_remain) in backw_sub_str_long_with_bins()
[all …]
H A Dcms_bosphorus.cpp119 double time_used = cpuTime() - myTime; in doit() local
122 << solver->conf.print_times(time_used) in doit()
130 , time_used in doit()
/dports/math/spectra/spectra-1.0.0/benchmark/
H A DF77.cpp14 double &time_used, double &prec_err, int &nops) in eigs_sym_F77() argument
100 time_used = (end - start) * 1000; in eigs_sym_F77()
153 time_used = (end - start) * 1000; in eigs_sym_F77()
165 time_used = (end - start) * 1000; in eigs_sym_F77()
172 double &time_used, double &prec_err, int &nops) in eigs_gen_F77() argument
259 time_used = (end - start) * 1000; in eigs_gen_F77()
316 time_used = (end - start) * 1000; in eigs_gen_F77()
331 time_used = (end - start) * 1000; in eigs_gen_F77()
H A DCpp.cpp16 double &time_used, double &prec_err, int &nops) in eigs_sym_Cpp() argument
39 time_used = (end - start) * 1000; in eigs_sym_Cpp()
46 double &time_used, double &prec_err, int &nops) in eigs_gen_Cpp() argument
72 time_used = (end - start) * 1000; in eigs_gen_Cpp()
/dports/games/crafty/crafty-25.2_1/
H A Dinterrupt.c19 int temp, i, left = 0, readstat, result, time_used, save_move_number; in Interrupt() local
73 time_used = (end_time - start_time); in Interrupt()
74 printf("stat01: %d ", time_used); in Interrupt()
85 time_used = (end_time - start_time); in Interrupt()
86 printf("time:%s ", DisplayTime(time_used)); in Interrupt()
/dports/math/eprover/eprover-E-2.0/CONTROL/
H A Dcco_scheduling.c71 void ScheduleTimesInit(ScheduleCell sched[], double time_used) in ScheduleTimesInit() argument
79 if(ScheduleTimeLimit>time_used) in ScheduleTimesInit()
81 limit = ScheduleTimeLimit-time_used; in ScheduleTimesInit()
86 if(DEFAULT_SCHED_TIME_LIMIT > time_used) in ScheduleTimesInit()
88 limit = DEFAULT_SCHED_TIME_LIMIT-time_used; in ScheduleTimesInit()
/dports/games/gnugo/gnugo-3.8/engine/
H A Dclock.c186 int time_used = td->official.time_left - time_left; in update_time_left() local
194 if (time_used > 0 in update_time_left()
195 && gg_abs(time_used - td->estimated.time_for_last_move) >= 1.0) in update_time_left()
196 td->estimated.time_for_last_move = time_used; in update_time_left()
232 double time_used = now - last_time; in clock_push_button() local
233 td->estimated.time_left -= time_used; in clock_push_button()
235 td->estimated.time_for_last_move = time_used; in clock_push_button()
/dports/cad/repsnapper/repsnapper-2.5a4/src/ui/
H A Dprogress.cpp56 const int time_used = (int) round((now - start_time).as_double()); // seconds in restart() local
57 …cerr << m_label->get_label() << " -- " << _(" done in ") << time_used << _(" seconds") << " … in restart()
75 const int time_used = (int) round((now - start_time).as_double()); // seconds in stop() local
76 …cerr << m_label->get_label() << " -- " << _(" done in ") << time_used << _(" seconds") << " … in stop()
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/HTTP/
H A DHTTPClient.php578 $time_used = $this->time() - $this->start;
579 if($time_used > $this->timeout)
580 …ow new HTTPClientException(sprintf('Timeout while sending %s (%.3fs)',$message, $time_used), -100);
623 $time_used = $this->time() - $this->start;
624 if ($time_used > $this->timeout)
627 strlen($r_data), $time_used), -100);
670 $time_used = $this->time() - $this->start;
671 if ($time_used > $this->timeout)
673 sprintf('Timeout while reading %s (%.3fs) >%s<', $message, $time_used, $r_data),

12345678