Home
last modified time | relevance | path

Searched refs:wallclock (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/evbarm/stand/boot2440/
H A Dmain.c61 static time_t wallclock = 0; variable
360 wallclock += ((65535-count)*1000000) / timer_inc_rate; in getusecs()
362 return wallclock; in getusecs()
368 uint32_t target_clock = wallclock+us; in usleep()
370 while( wallclock < target_clock) { in usleep()
382 wallclock += ((65535-count)*1000000) / timer_inc_rate; in usleep()
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop1553 wallclock
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A DREADME.md422 single-threaded code, you may want to use real-time ("wallclock") measurements
862 the minimum time, or the wallclock time is 5x minimum time. The minimum time is
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A DREADME.md410 single-threaded code, you may want to use real-time ("wallclock") measurements
529 the minimum time, or the wallclock time is 5x minimum time. The minimum time is