Home
last modified time | relevance | path

Searched refs:timeStop (Results 1 – 25 of 39) sorted by relevance

12

/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/mpl/src/timer/
H A Dmpl_timer_ppc64_cycle.c29 uint64_t timeStart = 0ULL, timeStop = 0ULL; in getClockMHz() local
48 timeStop = timeGetTime(); in getClockMHz()
50 if ((timeStop - timeStart) > 1) { in getClockMHz()
56 timeStart = timeStop; in getClockMHz()
59 timeStop = timeGetTime(); in getClockMHz()
61 if ((timeStop - timeStart) > sampleTime) { in getClockMHz()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/mpl/src/timer/
H A Dmpl_timer_ppc64_cycle.c29 uint64_t timeStart = 0ULL, timeStop = 0ULL; in getClockMHz() local
48 timeStop = timeGetTime(); in getClockMHz()
50 if ((timeStop - timeStart) > 1) { in getClockMHz()
56 timeStart = timeStop; in getClockMHz()
59 timeStop = timeGetTime(); in getClockMHz()
61 if ((timeStop - timeStart) > sampleTime) { in getClockMHz()
/dports/net/mpich/mpich-3.4.3/src/mpi/romio/mpl/src/timer/
H A Dmpl_timer_ppc64_cycle.c29 uint64_t timeStart = 0ULL, timeStop = 0ULL; in getClockMHz() local
48 timeStop = timeGetTime(); in getClockMHz()
50 if ((timeStop - timeStart) > 1) { in getClockMHz()
56 timeStart = timeStop; in getClockMHz()
59 timeStop = timeGetTime(); in getClockMHz()
61 if ((timeStop - timeStart) > sampleTime) { in getClockMHz()
/dports/net/mpich/mpich-3.4.3/src/mpl/src/timer/
H A Dmpl_timer_ppc64_cycle.c29 uint64_t timeStart = 0ULL, timeStop = 0ULL; in getClockMHz() local
48 timeStop = timeGetTime(); in getClockMHz()
50 if ((timeStop - timeStart) > 1) { in getClockMHz()
56 timeStart = timeStop; in getClockMHz()
59 timeStop = timeGetTime(); in getClockMHz()
61 if ((timeStop - timeStart) > sampleTime) { in getClockMHz()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/bjeavons/zxcvbn-php/src/
H A DZxcvbn.php48 $timeStop = microtime(true) - $timeStart;
49 return $this->result($password, 0, array(), 0, array('calc_time' => $timeStop));
63 $timeStop = microtime(true) - $timeStart;
65 $params = array_merge($metrics, array('calc_time' => $timeStop));
/dports/polish/napi/napi-ac404649571e470bf9494f788bd8a74843956851/libs/
H A Dlibnapi_subotage.sh428 timeStop = (tmStop[1]*3600 + tmStop[2]*60 + tmStop[3] + tmStop[4]/100)
430 printf("%d %s %s ", linesProcessed, timeStart, timeStop)
736 split($3, timeStop, ":")
739 stop = (timeStop[1]*3600 + timeStop[2]*60 + timeStop[3])*__fps
784 split($3, timeStop, ":")
787 stop = (timeStop[1]*3600 + timeStop[2]*60 + timeStop[3])*10
912 split($3, timeStop, ":")
919 eh = timeStop[1]
920 em = timeStop[2]
921 es = timeStop[3]
[all …]
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/auction/server/
H A DAuctionServerManager.java99 private void timeStop(String blockName) { in timeStop() method in AuctionServerManager
150 timeStop("counts"); in loadAuctionsFromDB()
157 timeStop("findAll"); in loadAuctionsFromDB()
160 timeStop("findAuctions"); in loadAuctionsFromDB()
182 timeStop("snipeSetup"); in loadAuctionsFromDB()
213 timeStop("findEnded"); in spinOffCompletedLoader()
265 timeStop("setServer"); in importListingsToUI()
281 timeStop("delete"); in importListingsToUI()
293 timeStop("addEntry-" + ae.getCategory()); in importListingsToUI()
294 timeStop("addEntry"); in importListingsToUI()
/dports/games/cake/cake_src/cake/
H A Dsystem.cpp115 int timeStop = 0; in GetCpuSpeed() local
123 timeStop = timeGetTime(); in GetCpuSpeed()
124 if ((timeStop-timeStart) > 1) // ROLLOVER PAST 1 in GetCpuSpeed()
141 timeStart = timeStop; in GetCpuSpeed()
145 timeStop = timeGetTime(); in GetCpuSpeed()
146 if ((timeStop-timeStart) > 1000) // ONE SECOND in GetCpuSpeed()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86_cpudetect.c165 timeStop; in CPUSpeedHz() local
184 timeStop = timeGetTime2( ); in CPUSpeedHz()
185 if ( ( timeStop - timeStart ) > 1 ) in CPUSpeedHz()
192 timeStart = timeStop; in CPUSpeedHz()
195 timeStop = timeGetTime2( ); in CPUSpeedHz()
196 if ( ( timeStop - timeStart ) > time ) in CPUSpeedHz()
/dports/net/tcptrace/tcptrace-508f73a/
H A Detherpeek.c96 tt_uint32 timeStop; /* time of the last packet in the file*/ member
385 file_header2.timeStop = ntohl(file_header2.timeStop); in is_EP()
398 fprintf(stderr, "IS_EP says time stop %lu \n",file_header2.timeStop); in is_EP()
/dports/games/openmw/openmw-openmw-0.47.0/components/nif/
H A Dbase.hpp38 float timeStart, timeStop; member
H A Dcontroller.cpp18 timeStop = nif->getFloat(); in read()
/dports/science/tfel-edf/tfel-3.2.1/tfel-check/include/TFEL/Check/
H A DTestLauncher.hxx115 tms timeStart, timeStop; /**!< tms struct used by ClockAction */ member
H A DTestLauncherV1.hxx68 tms timeStart, timeStop; /**!< tms struct used by ClockAction */ member
/dports/science/tfel/tfel-3.4.0/tfel-check/include/TFEL/Check/
H A DTestLauncherV1.hxx70 tms timeStart, timeStop; /**!< tms struct used by ClockAction */ member
H A DTestLauncher.hxx165 tms timeStart, timeStop; /**!< tms struct used by ClockAction */ member
/dports/net/wireshark-lite/wireshark-3.6.1/wiretap/
H A Dpeekclassic.c55 guint32 timeStop; member
302 ep_hdr.secondary.v567.timeStop = in peekclassic_open()
303 g_ntohl(ep_hdr.secondary.v567.timeStop); in peekclassic_open()
/dports/net/wireshark/wireshark-3.6.1/wiretap/
H A Dpeekclassic.c55 guint32 timeStop; member
302 ep_hdr.secondary.v567.timeStop = in peekclassic_open()
303 g_ntohl(ep_hdr.secondary.v567.timeStop); in peekclassic_open()
/dports/net/tshark/wireshark-3.6.1/wiretap/
H A Dpeekclassic.c55 guint32 timeStop; member
302 ep_hdr.secondary.v567.timeStop = in peekclassic_open()
303 g_ntohl(ep_hdr.secondary.v567.timeStop); in peekclassic_open()
/dports/net/tshark-lite/wireshark-3.6.1/wiretap/
H A Dpeekclassic.c55 guint32 timeStop; member
302 ep_hdr.secondary.v567.timeStop = in peekclassic_open()
303 g_ntohl(ep_hdr.secondary.v567.timeStop); in peekclassic_open()
/dports/science/tfel-edf/tfel-3.2.1/tfel-check/src/
H A DTestLauncher.cxx383 r = times(&this->timeStop); in ClockAction()
389 return (this->timeStop.tms_cutime - this->timeStart.tms_cutime) * 1.0 in ClockAction()
/dports/science/tfel/tfel-3.4.0/tfel-check/src/
H A DTestLauncher.cxx456 r = times(&this->timeStop); in ClockAction()
462 return (this->timeStop.tms_cutime - this->timeStart.tms_cutime) * in ClockAction()
/dports/games/osgg/Osgg-32d9e02/
H A Dmain.cpp1801 struct timeval timeStart,timeStop; in main() local
2654 gettimeofday(&timeStop, NULL); in main()
2656 if(timeStop.tv_usec < timeStart.tv_usec) in main()
2657 timeStop.tv_usec += 1000000; in main()
2659 renderTime= timeStop.tv_usec - timeStart.tv_usec; in main()
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dintltest.cpp794 UDate timeStop = uprv_getRawUTCtime(); in runTestLoop() local
798 sprintf(secs, "%f", (timeStop-timeStart)/1000.0); in runTestLoop()
814 if(!no_time) str_timeDelta(msg+strlen(msg),timeStop-timeStart); in runTestLoop()
818 if(!no_time) str_timeDelta(msg+strlen(msg),timeStop-timeStart); in runTestLoop()
/dports/devel/icu/icu/source/test/intltest/
H A Dintltest.cpp794 UDate timeStop = uprv_getRawUTCtime(); in runTestLoop() local
798 sprintf(secs, "%f", (timeStop-timeStart)/1000.0); in runTestLoop()
814 if(!no_time) str_timeDelta(msg+strlen(msg),timeStop-timeStart); in runTestLoop()
818 if(!no_time) str_timeDelta(msg+strlen(msg),timeStop-timeStart); in runTestLoop()

12