Home
last modified time | relevance | path

Searched refs:totaltime (Results 1 – 25 of 738) sorted by relevance

12345678910>>...30

/dports/x11/xgc/xgc-1.0.5/
H A Dtests.c110 long totaltime; in copyarea_test() local
135 long totaltime; in copyplane_test() local
169 long totaltime; in circle_line_test() local
213 long totaltime; in polysegment_test() local
249 long totaltime; in polypoint_test() local
285 long totaltime; in genericrectangle_test() local
379 long totaltime; in genericarc_test() local
428 long totaltime; in polytext8_test() local
452 long totaltime; in imagetext8_test() local
502 long totaltime; in polytext16_test() local
[all …]
/dports/www/mybb/mybb-mybb_1829/inc/
H A Dclass_timers.php39 public $totaltime; variable in timer
78 return $this->totaltime;
83 $totaltime = $currenttime - $this->start;
84 return $this->format($totaltime);
102 $totaltime = $this->end - $this->start;
103 $this->totaltime = $totaltime;
104 $this->formatted = $this->format($totaltime);
119 $this->totaltime = "";
/dports/games/trigger-rally/trigger-rally-0.6.6.1/src/include/
H A Dhiscore1.h84 float totaltime, in RaceData()
91 totaltime(totaltime), in RaceData()
351 return a.second.totaltime < b.second.totaltime; in getBestTime()
536 return a.rd.totaltime > b.rd.totaltime; in sortCurrentTimes()
564 return a.rd.totaltime < b.rd.totaltime; in sortCurrentTimes()
576 return a.rd.totaltime < b.rd.totaltime; in sortCurrentTimes()
588 return a.rd.totaltime < b.rd.totaltime; in sortCurrentTimes()
600 return a.rd.totaltime < b.rd.totaltime; in sortCurrentTimes()
612 return a.rd.totaltime < b.rd.totaltime; in sortCurrentTimes()
624 return a.rd.totaltime < b.rd.totaltime; in sortCurrentTimes()
[all …]
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/lib/
H A Dm_timepoint.f9044 logical function is_at_timepoints(totaltime,starttime,tp)
45 real(kind=kreal), intent(in) :: totaltime !< current time local
52 time = totaltime
53 if( tp%range_type == tprSTEP ) time = totaltime - starttime
64 real(kind=kreal) function get_remain_to_next_timepoints(totaltime,starttime,tp)
65 real(kind=kreal), intent(in) :: totaltime !< current time local
72 time = totaltime
73 if( tp%range_type == tprSTEP ) time = totaltime - starttime
/dports/emulators/bochs/bochs-2.7/iodev/
H A Dslowdown_timer.cc107 Bit64u totaltime = sectousec(time(NULL)) - s.start_time; in handle_timer() local
108 Bit64u thistime=(wanttime>totaltime)?wanttime:totaltime; in handle_timer()
116 if(totaltime > total_emu_time) { in handle_timer()
144 if(wanttime > (totaltime+REALTIME_Q)) { in handle_timer()
166 if(wanttime > (totaltime+REALTIME_Q)) { in handle_timer()
167 if(totaltime > total_emu_time) { in handle_timer()
173 if(totaltime > total_emu_time) { in handle_timer()
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dcompiler.pas257 totaltime : real;
293 totaltime:=getrealtime-starttime;
294 if totaltime<0 then
295 totaltime:=totaltime+3600.0*24.0;
296 if round(frac(totaltime)*10) >= 10 then
297 totaltime:=trunc(totaltime) + 1;
298 timestr:=tostr(trunc(totaltime))+'.'+tostr(round(frac(totaltime)*10));
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dcompiler.pas257 totaltime : real;
293 totaltime:=getrealtime-starttime;
294 if totaltime<0 then
295 totaltime:=totaltime+3600.0*24.0;
296 if round(frac(totaltime)*10) >= 10 then
297 totaltime:=trunc(totaltime) + 1;
298 timestr:=tostr(trunc(totaltime))+'.'+tostr(round(frac(totaltime)*10));
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dcompiler.pas257 totaltime : real;
293 totaltime:=getrealtime-starttime;
294 if totaltime<0 then
295 totaltime:=totaltime+3600.0*24.0;
296 if round(frac(totaltime)*10) >= 10 then
297 totaltime:=trunc(totaltime) + 1;
298 timestr:=tostr(trunc(totaltime))+'.'+tostr(round(frac(totaltime)*10));
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/actions/
H A Dmsgstatus.php24 $sent = $totaltime = $sampletime = $samplesent = 0; variable
31 $totaltime = time() - $messagedata['sampletime']; variable
33 if ($totaltime > MESSAGE_SENDSTATUS_SAMPLETIME) { //# refresh speed sampling
39 if ($sent > 0 && $totaltime > 0) {
40 $msgperhour = (int) (3600 / $totaltime) * $sent;
41 $secpermsg = $totaltime / $sent;
139 if (isset($totaltime)) {
140 $html .= '<br/>TT: '.$totaltime;
/dports/archivers/c-blosc2/c-blosc2-2.0.4/bench/
H A Ddelta_schunk.c40 double totaltime; in main() local
70 totaltime = blosc_elapsed_secs(last, current); in main()
72 totaltime, totalsize / GB, totalsize / (GB * totaltime)); in main()
91 totaltime = blosc_elapsed_secs(last, current); in main()
94 totaltime, totalsize / GB, totalsize / (GB * totaltime)); in main()
H A Dzero_runlen.c47 double totaltime; in check_special_values() local
105 totaltime = blosc_elapsed_secs(last, current); in check_special_values()
108 totaltime, totalsize / GB, totalsize / (GB * totaltime)); in check_special_values()
127 totaltime = blosc_elapsed_secs(last, current); in check_special_values()
131 totaltime, totalsize / GB, totalsize / (GB * totaltime)); in check_special_values()
190 totaltime = blosc_elapsed_secs(last, current); in check_special_values()
191 printf("[getitem] Elapsed time:\t %6.3f s.\n", totaltime); in check_special_values()
H A Dtrunc_prec_schunk.c48 double totaltime; in main() local
82 totaltime = blosc_elapsed_secs(last, current); in main()
85 totaltime, totalsize / GB, totalsize / (GB * totaltime)); in main()
104 totaltime = blosc_elapsed_secs(last, current); in main()
108 totaltime, totalsize / GB, totalsize / (GB * totaltime)); in main()
/dports/games/alienarena/alienarena-7.66/source/client/
H A Dcl_stats.c103 …char name[34], points[32], frags[32], totalfrags[32], time[16], totaltime[16], ip[32], poll[16], r… in getPlayerRanking() local
138 cpr = fgets(totaltime, sizeof(totaltime), file); in getPlayerRanking()
140 player.totaltime = atof(totaltime); in getPlayerRanking()
159 player.totaltime = 1; in getPlayerRanking()
169 …char name[32], points[32], frags[32], totalfrags[32], time[16], totaltime[16], ip[32], poll[16], r… in getPlayerByRank() local
196 cpr = fgets(totaltime, sizeof(totaltime), file); in getPlayerByRank()
197 player.totaltime = atof(totaltime); in getPlayerByRank()
215 player.totaltime = 1; in getPlayerByRank()
/dports/games/alienarena-data/alienarena-7.66/source/client/
H A Dcl_stats.c103 …char name[34], points[32], frags[32], totalfrags[32], time[16], totaltime[16], ip[32], poll[16], r… in getPlayerRanking() local
138 cpr = fgets(totaltime, sizeof(totaltime), file); in getPlayerRanking()
140 player.totaltime = atof(totaltime); in getPlayerRanking()
159 player.totaltime = 1; in getPlayerRanking()
169 …char name[32], points[32], frags[32], totalfrags[32], time[16], totaltime[16], ip[32], poll[16], r… in getPlayerByRank() local
196 cpr = fgets(totaltime, sizeof(totaltime), file); in getPlayerByRank()
197 player.totaltime = atof(totaltime); in getPlayerByRank()
215 player.totaltime = 1; in getPlayerByRank()
/dports/audio/harp/harp-0.6.0/plugins/flac/
H A Dflac.c30 int *totaltime; member
117 *data->totaltime=metadata->data.stream_info.total_samples/data->rate; in flac_meta()
124 static int plugin_run(struct playerHandles *ph, char *key, int *totaltime){ in plugin_run() argument
131 data.totaltime=totaltime; in plugin_run()
168 if((details->totaltime=*data.totaltime)==0) in plugin_run()
169 details->totaltime=-1;; in plugin_run()
188 details->percent=(details->curtime*100)/details->totaltime; in plugin_run()
/dports/games/gunfudeadlands/
H A Dprofiling.lua39 DebugInfo[funcname] = {calls=0, totaltime=0, timers={}}
51 entry.totaltime = entry.totaltime + duration
61 …print( funcname .. " " .. DebugInfo[funcname].totaltime .. " " .. DebugInfo[funcname].totaltime/De…
/dports/astro/routino/routino-3.3.3/extras/plot-time/
H A Dplot-planetsplitter-time.pl32 my $totaltime=0;
49 $totaltime+=$time;
58 print SECTION "$boxcentre $totaltime $boxwidth\n";
62 $totaltime=0;
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dlsprofcalltree.py45 totaltime = int(entry.totaltime * 1000)
46 max_cost = max(max_cost, totaltime)
95 totaltime = int(subentry.totaltime * 1000)
96 out_file.write(b'%d %d\n' % (lineno, totaltime))
/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/vendoring/
H A Dlsprofcalltree.py40 totaltime = int(entry.totaltime * 1000)
41 max_cost = max(max_cost, totaltime)
88 totaltime = int(subentry.totaltime * 1000)
89 print('%d %d' % (lineno, totaltime), file=out_file)
/dports/math/dsdp/DSDP5.8/src/sys/
H A Ddsdplog.c17 double totaltime; member
53 eventlog.event[eventid].totaltime+=tt; in DSDPEventLogEnd()
65 eventlog.event[id].totaltime=0; in DSDPEventLogRegister()
82 eventlog.event[i].totaltime=0; in DSDPEventLogInitialize()
105 etime=eventlog.event[i].totaltime; in DSDPEventLogSummary()
116 etime=eventlog.event[i].totaltime; in DSDPEventLogSummary()
/dports/math/casadi/casadi-3.5.5/external_packages/DSDP/src/sys/
H A Ddsdplog.c17 double totaltime; member
53 eventlog.event[eventid].totaltime+=tt; in DSDPEventLogEnd()
65 eventlog.event[id].totaltime=0; in DSDPEventLogRegister()
82 eventlog.event[i].totaltime=0; in DSDPEventLogInitialize()
105 etime=eventlog.event[i].totaltime; in DSDPEventLogSummary()
116 etime=eventlog.event[i].totaltime; in DSDPEventLogSummary()
/dports/graphics/Coin/coin-Coin-4.0.0/src/profiler/
H A DSoProfilerStats.cpp223 SbTime totaltime, maxtime; in updateNodeTypeTimingMap() local
225 data.getStatsForType(k, totaltime, maxtime, count); in updateNodeTypeTimingMap()
226 it->second.total += totaltime; in updateNodeTypeTimingMap()
232 SbTime totaltime, maxtime; in updateNodeTypeTimingMap() local
234 data.getStatsForType(k, totaltime, maxtime, count); in updateNodeTypeTimingMap()
235 timings.total = totaltime; in updateNodeTypeTimingMap()
251 SbTime totaltime, maxtime; in updateNodeTypeTimingMap() local
253 data.getStatsForName(k, totaltime, maxtime, count); in updateNodeTypeTimingMap()
254 it->second.total += totaltime; in updateNodeTypeTimingMap()
259 SbTime totaltime, maxtime; in updateNodeTypeTimingMap() local
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/ext/apps/geomatics/relposition/
H A DDDBase.cpp118 clock_t totaltime; // for timing tests variable
154 totaltime = clock(); in main()
279 totaltime = clock()-totaltime; in main()
281 << double(totaltime)/double(CLOCKS_PER_SEC) << " seconds." << endl; in main()
283 << double(totaltime)/double(CLOCKS_PER_SEC) << " seconds." << endl; in main()
/dports/audio/harp/harp-0.6.0/plugins/vorbis/
H A Dvorbis.c104 static int plugin_run(struct playerHandles *ph, char *key, int *totaltime){ in plugin_run() argument
128 details->totaltime=*totaltime; in plugin_run()
158 if(details->totaltime>0) in plugin_run()
159 details->percent=(details->curtime*100)/details->totaltime; in plugin_run()
178 *totaltime=details->curtime; in plugin_run()
/dports/benchmarks/slowloris/slowloris-0.7/
H A Dslowloris.pl125 my $totaltime = 0;
127 $totaltime = $totaltime + $_;
129 $totaltime = $totaltime / 60;
130 print "This test could take up to $totaltime minutes.\n";

12345678910>>...30