/freebsd/tools/regression/environ/ |
H A D | timings.c | 47 report_time(const char *action, struct timeval *startTime, in report_time() argument 57 (endTime->tv_sec - startTime->tv_sec) + in report_time() 58 (double)(endTime->tv_usec - startTime->tv_usec) / 1000000)); in report_time()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evthread_win32.c | 240 DWORD ms = INFINITE, ms_orig = INFINITE, startTime, endTime; in evthread_win32_cond_wait() local 251 startTime = GetTickCount(); in evthread_win32_cond_wait() 270 if (startTime + ms_orig <= endTime) { in evthread_win32_cond_wait() 276 ms = startTime + ms_orig - endTime; in evthread_win32_cond_wait()
|
/freebsd/contrib/libevent/ |
H A D | evthread_win32.c | 240 DWORD ms = INFINITE, ms_orig = INFINITE, startTime, endTime; in evthread_win32_cond_wait() local 251 startTime = GetTickCount(); in evthread_win32_cond_wait() 270 if (startTime + ms_orig <= endTime) { in evthread_win32_cond_wait() 276 ms = startTime + ms_orig - endTime; in evthread_win32_cond_wait()
|
/freebsd/contrib/llvm-project/lld/Common/ |
H A D | Timer.cpp | 19 startTime = std::chrono::high_resolution_clock::now(); in ScopedTimer() 25 t->addToTotal(std::chrono::high_resolution_clock::now() - startTime); in stop()
|
/freebsd/sys/dev/pms/freebsd/driver/ini/src/ |
H A D | osapi.c | 160 if (ccbIO->startTime == 0) /* IO has been completed. No local abort */ in ostiInitiatorEvent() 172 if (ccbIO->startTime == 0) /* IO has been completed. */ in ostiInitiatorEvent() 225 pTMccb->startTime = ticks; in ostiInitiatorEvent() 329 pccb->startTime = 0; in ostiInitiatorIOCompleted() 486 pccb->startTime = 0; /* indicate aborted IO completion */ in osti_FastIOCb()
|
H A D | agtiapi.c | 1981 pccb->startTime = 0; in agtiapi_GetCCB() 2062 pccb->startTime = ticks; in agtiapi_QueueCmnd_() 2219 (pccb_curr->startTime == 0) /* && (pccb->startTime == 0) */) in agtiapi_CheckIOTimeout() 2223 else if ( ( (ticks-pccb_curr->startTime) >= ag_timeout_secs ) && in agtiapi_CheckIOTimeout() 2228 pccb_curr, pccb_curr->flags, pccb->startTime, in agtiapi_CheckIOTimeout() 2370 pTMccb->startTime = ticks; in agtiapi_StartTM() 4212 pccb->startTime = ticks; in agtiapi_Retry() 4557 pccb->startTime = 0; in agtiapi_FreeCCB() 4689 pccb->startTime = 0; in agtiapi_FreeSMPCCB() 4727 pccb->startTime = 0; in agtiapi_FreeTMCCB() [all …]
|
H A D | agtiapi.h | 91 U32_64 startTime; member
|
/freebsd/contrib/llvm-project/lld/include/lld/Common/ |
H A D | Timer.h | 32 std::chrono::time_point<std::chrono::high_resolution_clock> startTime; member
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_stats.cpp | 242 startTime = tick; in start() 252 if (startTime.getValue() == 0) in stop() 255 stat->addSample(((tick - startTime) - totalPauseTime).ticks()); in stop() 261 startTime.getValue() - __kmp_stats_start_time.getValue(), in stop() 269 startTime = 0; in stop()
|
H A D | kmp_stats.h | 493 tsc_tick_count startTime; variable 499 : stat(s), timerEnumValue(te), startTime(), pauseStartTime(0), in explicitTimer() 510 startTime = 0; in reset()
|
/freebsd/sys/netgraph/ |
H A D | ng_source.h | 58 struct timeval startTime; member
|
H A D | ng_source.c | 381 &sc->stats.startTime); in ng_source_rcvmsg() 701 getmicrotime(&sc->stats.startTime); in ng_source_start() 719 timevalsub(&sc->stats.elapsedTime, &sc->stats.startTime); in ng_source_stop()
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sahw.c | 1422 bit32 startTime, endTime; // TestBase in siHDAMode() local 1574 startTime = ossaTimeStamp(agRoot); in siHDAMode() 1575 …SA_DBG1(("siHDAMode: Step4: Ready to push ILA to 0x00400000! (start_time = %d)\n", startTime)); … in siHDAMode() 1588 …: End Step4: (step_time[4] = %d, %d ms)\n", stepTime[4], (stepTime[4] - startTime))); // TestBase in siHDAMode() 1600 …: End Step5: (step_time[5] = %d, %d ms)\n", stepTime[5], (stepTime[5] - startTime))); // TestBase in siHDAMode() 1635 …: End Step6: (step_time[6] = %d, %d ms)\n", stepTime[6], (stepTime[6] - startTime))); // TestBase in siHDAMode() 1678 …: End Step7: (step_time[7] = %d, %d ms)\n", stepTime[7], (stepTime[7] - startTime))); // TestBase in siHDAMode() 1701 …: End Step8: (step_time[8] = %d, %d ms)\n", stepTime[8], (stepTime[8] - startTime))); // TestBase in siHDAMode() 1729 …: End Step9: (step_time[9] = %d, %d ms)\n", stepTime[9], (stepTime[9] - startTime))); // TestBase in siHDAMode() 1753 …d Step10: (step_time[10] = %d, %d ms)\n", stepTime[10], (stepTime[10] - startTime))); // TestBase in siHDAMode() [all …]
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.js | 8708 this.startTime = fxNow || createFxNow(); 8770 if ( gotoEnd || t >= options.duration + this.startTime ) { 8826 n = t - this.startTime;
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 14651 auto startTime = getCurrentNanosecondsSinceEpoch(); in estimateClockResolution() local 14667 if (ticks > startTime + 3 * nanosecondsInSecond) { in estimateClockResolution()
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 23580 i64 startTime; /* Time when query started - used for profiling */ member 90441 assert( p->startTime>0 ); 90446 iElapse = (iNow - p->startTime)*1000000; 90455 p->startTime = 0; 90462 if( ((P)->startTime)>0 ){ invokeProfileCallback(DB,P); } 91168 sqlite3OsCurrentTimeInt64(db->pVfs, &p->startTime); 91170 assert( p->startTime==0 );
|