Home
last modified time | relevance | path

Searched refs:totalTime (Results 226 – 250 of 1765) sorted by last modified time

12345678910>>...71

/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/qms/
H A Dserialization.cpp806 in >> rte.totalTime; in operator <<()
848 out << rte.totalTime; in operator >>()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/rte/
H A DCGisItemRte.h105 quint32 totalTime = 0; member
H A DCGisItemRte.cpp329 rte1->rte.totalTime = 0; in reverse()
410 if(rte.totalTime != 0) in getInfo()
412 IUnit::self().seconds2time(rte.totalTime, val1, unit1); in getInfo()
862 rte.totalTime = 0; in reset()
966 rte.totalTime = rtept->fakeSubpt.time.toTime_t() - time.toTime_t(); in setResult()
995 rte.totalTime = subpt.time.toTime_t() - time.toTime_t(); in setResult()
1044 rte.totalTime = xmlTime.text().toUInt(); in setResult()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/qlgt/
H A DCQlgtTrack.h248 double totalTime = 0; variable
/dports/audio/praat/praat-6.2.03/artsynth/
H A DArtword.cpp42 autoArtword Artword_create (double totalTime) { in Artword_create() argument
44 my totalTime = totalTime; in Artword_create() local
57 f -> times [2] = my totalTime; in Artword_setDefault()
85 if (time > my totalTime) time = my totalTime; in Artword_setTarget()
136 Graphics_setWindow (g, 0, my totalTime, -1.0, 1.0); in Artword_draw()
H A DArtword.h26 autoArtword Artword_create (double totalTime);
H A DArtword_Speaker_Sound.cpp54 autoSound silence = Sound_createSimple (1, artword -> totalTime, 44100.0); in Artword_Speaker_Sound_playMovie()
H A DArtword_Speaker_to_Sound.cpp47 autoSound result = Sound_createSimple (1, artword -> totalTime, fsamp);
69 if (iw1 > 0 && iw1 <= M) w1 = Sound_createSimple (1, artword -> totalTime, fsamp); else iw1 = 0;
70 if (iw2 > 0 && iw2 <= M) w2 = Sound_createSimple (1, artword -> totalTime, fsamp); else iw2 = 0;
71 if (iw3 > 0 && iw3 <= M) w3 = Sound_createSimple (1, artword -> totalTime, fsamp); else iw3 = 0;
72 if (ip1 > 0 && ip1 <= M) p1 = Sound_createSimple (1, artword -> totalTime, fsamp); else ip1 = 0;
73 if (ip2 > 0 && ip2 <= M) p2 = Sound_createSimple (1, artword -> totalTime, fsamp); else ip2 = 0;
74 if (ip3 > 0 && ip3 <= M) p3 = Sound_createSimple (1, artword -> totalTime, fsamp); else ip3 = 0;
75 if (iv1 > 0 && iv1 <= M) v1 = Sound_createSimple (1, artword -> totalTime, fsamp); else iv1 = 0;
76 if (iv2 > 0 && iv2 <= M) v2 = Sound_createSimple (1, artword -> totalTime, fsamp); else iv2 = 0;
77 if (iv3 > 0 && iv3 <= M) v3 = Sound_createSimple (1, artword -> totalTime, fsamp); else iv3 = 0;
H A DArtwordEditor.cpp64 Melder_clip (0.0, & tim, artword -> totalTime); in gui_button_cb_addTarget()
97 Graphics_setWindow (my graphics.get(), 0, artword -> totalTime, -1.0, 1.0); in gui_drawingarea_cb_mouse()
H A DArtword_def.h38 oo_DOUBLE (totalTime)
H A DArtword_Speaker.cpp26 Artword_intoArt (artword, art.get(), i * artword -> totalTime / numberOfSteps); in Artword_Speaker_draw()
36 for (double tim = 0.0; tim < artword -> totalTime; tim += timeStep) { in Artword_Speaker_playMovie()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DTimer.cpp229 double totalTime = timers[static_cast<int>(TimerID::TOTAL)].time; in dumpAllTimers() local
251 krnlOutput << std::setprecision(4) << (timers[i].time / totalTime * 100) << "%"; in dumpAllTimers()
/dports/sysutils/htop/htop-3.1.2/linux/
H A DLinuxProcessList.h25 unsigned long long int totalTime; member
H A DLinuxProcessList.c1967 cpuData->totalPeriod = saturatingSub(totaltime, cpuData->totalTime); in LinuxProcessList_scanCPUTime()
1979 cpuData->totalTime = totaltime; in LinuxProcessList_scanCPUTime()
/dports/sysutils/htop/htop-3.1.2/netbsd/
H A DNetBSDProcessList.c97 dAvg->totalTime = 1; in NetBSDProcessList_updateCPUcount()
103 d->totalTime = 1; in NetBSDProcessList_updateCPUcount()
386 unsigned long long totalTime = 0; in kernelCPUTimesToHtop() local
388 totalTime += times[i]; in kernelCPUTimesToHtop()
393 cpu->totalPeriod = saturatingSub(totalTime, cpu->totalTime); in kernelCPUTimesToHtop()
401 cpu->totalTime = totalTime; in kernelCPUTimesToHtop()
H A DNetBSDProcessList.h23 unsigned long long int totalTime; member
/dports/sysutils/htop/htop-3.1.2/openbsd/
H A DOpenBSDProcessList.c74 dAvg->totalTime = 1; in OpenBSDProcessList_updateCPUcount()
81 d->totalTime = 1; in OpenBSDProcessList_updateCPUcount()
385 unsigned long long totalTime = 0; in kernelCPUTimesToHtop() local
387 totalTime += times[i]; in kernelCPUTimesToHtop()
398 cpu->totalPeriod = saturatingSub(totalTime, cpu->totalTime); in kernelCPUTimesToHtop()
409 cpu->totalTime = totalTime; in kernelCPUTimesToHtop()
H A DOpenBSDProcessList.h21 unsigned long long int totalTime; member
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/executor/
H A Dmulti_executor.c153 Instrumentation *volatile totalTime = queryDesc->totaltime; in CitusExecutorRun() local
160 if (totalTime) in CitusExecutorRun()
162 InstrStartNode(totalTime); in CitusExecutorRun()
217 if (totalTime) in CitusExecutorRun()
219 InstrStopNode(totalTime, queryDesc->estate->es_processed); in CitusExecutorRun()
220 queryDesc->totaltime = totalTime; in CitusExecutorRun()
238 if (totalTime) in CitusExecutorRun()
240 queryDesc->totaltime = totalTime; in CitusExecutorRun()
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/shirou/gopsutil/v3/process/
H A Dprocess.go338 totalTime := time.Since(created).Seconds()
339 if totalTime <= 0 {
343 return 100 * cput.Total() / totalTime, nil
/dports/www/nextcloud/nextcloud/3rdparty/aws/aws-sdk-php/src/
H A DTraceMiddleware.php137 $totalTime = microtime(true) - $start;
138 $this->write(" Inclusive step time: " . $totalTime . "\n\n");
/dports/devel/bullet/bullet3-3.21/examples/ExampleBrowser/GwenGUISupport/
H A DGwenProfileWindow.cpp90 float totalTime = 0.f; in dumpRecursive() local
123 totalTime += current_total_time; in dumpRecursive()
/dports/devel/bullet/bullet3-3.21/examples/Utils/
H A Db3Quickprof.cpp301 float totalTime = 0.f; in dumpRecursive() local
316 totalTime += current_total_time; in dumpRecursive()
358 float totalTime = 0.f; in dumpRecursive() local
373 totalTime += current_total_time; in dumpRecursive()
/dports/devel/bullet/bullet3-3.21/src/LinearMath/
H A DbtQuickprof.cpp653 float totalTime = 0.f; in dumpRecursive() local
668 totalTime += current_total_time; in dumpRecursive()
/dports/devel/py-bullet3/bullet3-3.21/src/LinearMath/
H A DbtQuickprof.cpp653 float totalTime = 0.f; in dumpRecursive() local
668 totalTime += current_total_time; in dumpRecursive()

12345678910>>...71