Home
last modified time | relevance | path

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

/netbsd/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/external/gpl3/gdb/dist/sim/common/
H A Dsim-events.c94 unsigned wallclock; member
600 new_event->wallclock = (events->elapsed_wallclock + delta_ms_time); in sim_events_watch_clock()
602 new_event->wallclock = (events->elapsed_wallclock in sim_events_watch_clock()
613 (long)new_event->wallclock, in sim_events_watch_clock()
981 return (elapsed_time >= to_do->wallclock); in sim_watch_valid()
/netbsd/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-events.c94 unsigned wallclock; member
600 new_event->wallclock = (events->elapsed_wallclock + delta_ms_time); in sim_events_watch_clock()
602 new_event->wallclock = (events->elapsed_wallclock in sim_events_watch_clock()
613 (long)new_event->wallclock, in sim_events_watch_clock()
981 return (elapsed_time >= to_do->wallclock); in sim_watch_valid()
/netbsd/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-parse.h32 std::chrono::steady_clock::time_point wallclock; member
H A Dmi-main.c2203 tv->wallclock = steady_clock::now (); in timestamp()
2231 duration<double> wallclock = end->wallclock - start->wallclock; in print_diff() local
2238 wallclock.count (), utime.count (), stime.count ()); in print_diff()
/netbsd/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-parse.h32 std::chrono::steady_clock::time_point wallclock; member
H A Dmi-main.c2203 tv->wallclock = steady_clock::now (); in timestamp()
2231 duration<double> wallclock = end->wallclock - start->wallclock; in print_diff() local
2238 wallclock.count (), utime.count (), stime.count ()); in print_diff()
/netbsd/external/ibm-public/postfix/dist/proto/
H A Dstop1553 wallclock
/netbsd/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
/netbsd/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/external/gpl3/gdb/dist/gdb/doc/
H A Dgdb.texinfo36338 Toggle the printing of the wallclock, user and system times for an MI
36359 time=@{wallclock="0.05185",user="0.00800",system="0.00000"@}
38929 Both CPU time and wallclock time are printed.
/netbsd/external/gpl3/gdb.old/dist/gdb/doc/
H A Dgdb.texinfo36338 Toggle the printing of the wallclock, user and system times for an MI
36359 time=@{wallclock="0.05185",user="0.00800",system="0.00000"@}
38929 Both CPU time and wallclock time are printed.
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/
H A DChangeLog13813 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/
H A DChangeLog13813 * gdb.trace/tspeed.c (myclock): Return wallclock instead of