| /src/usr.bin/wall/ |
| Makefile | 8 PROG= wall 9 SRCS= wall.c utmpentry.c term_chk.c 19 COPTS.wall.c+= ${CC_WNO_FORMAT_TRUNCATION}
|
| /src/external/gpl3/gcc/dist/gcc/ |
| timevar.cc | 185 def->elapsed.wall = 0; 241 now->wall = 0; 247 now->wall = times (&tms) * ticks_to_nanosec; 274 timer->wall += stop_time->wall - start_time->wall; 287 out->wall = stop_time.wall - start_time.wall; 641 phase_wall += tv->elapsed.wall; [all...] |
| timevar.h | 28 wall-clock time, as appropriate to and supported by the host 62 /* Wall clock time. */ 63 uint64_t wall; member in struct:timevar_time_def
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| timevar.cc | 180 def->elapsed.wall = 0; 219 now->wall = 0; 225 now->wall = times (&tms) * ticks_to_msec; 250 timer->wall += stop_time->wall - start_time->wall; 605 phase_wall += tv->elapsed.wall; 612 || phase_wall > total->wall * tolerance 621 if (phase_wall > total->wall) 622 fprintf (fp, "wall %24.18e > %24.18e\n", phase_wall, total->wall) [all...] |
| timevar.h | 26 wall-clock time, as appropriate to and supported by the host 61 /* Wall clock time. */ 62 double wall; member in struct:timevar_time_def
|
| /src/usr.bin/ |
| Makefile | 36 wall wc what whereis who whois \
|
| /src/usr.bin/crunch/examples/ |
| really-big.conf | 52 progs vacation vgrind vi vis vmstat w wall wc what whatis whereis who
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/ |
| time.d | 192 $(D CLOCK_REALTIME_PRECISE) for the wall clock time. 2027 backwards, unlike the system's wall clock time (as represented by 2028 $(REF SysTime, std,datetime)). The system's wall clock time can be adjusted 2030 unreliable to use the wall clock time for timing. Timers which use the wall 2032 wall clock time or otherwise waiting for a different period of time than 2035 wall clock time, it is ideal for use with timers or anything which requires 2039 whereas $(REF SysTime, std,datetime) should be used when the wall clock time 2042 The monotonic clock has no relation to wall clock time. Rather, it holds 2116 to the wall clock time, as the wall clock time can be adjusted (e.g [all...] |
| /src/lib/libc/time/ |
| localtime.c | 2046 If WALL, act as if TZ is unset; although always false in this file, 2050 tzset_unlocked(bool threaded, bool wall, monotime_t now) 2059 name = wall ? NULL : getenv("TZ");
|
| /src/external/bsd/jemalloc/dist/bin/ |
| jeprof.in | 108 my $WALL_PAGE = "/pprof/wall(?:\\?.*)?"; # accepts options like namefilter 163 $GROWTH_PAGE, $CONTENTION_PAGE, /pprof/wall,
|
| /src/external/bsd/jemalloc.old/dist/bin/ |
| jeprof.in | 108 my $WALL_PAGE = "/pprof/wall(?:\\?.*)?"; # accepts options like namefilter 163 $GROWTH_PAGE, $CONTENTION_PAGE, /pprof/wall,
|
| /src/external/gpl3/binutils/dist/gprofng/gp-display-html/ |
| gp-display-html.in | 13924 elsif ($metric_spec =~ /wall/) 13966 $msg = "adding e.wall to summary_metrics"; 13968 $summary_metrics = "e.wall:".$summary_metrics;
|
| /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/ |
| gp-display-html.in | 13924 elsif ($metric_spec =~ /wall/) 13966 $msg = "adding e.wall to summary_metrics"; 13968 $summary_metrics = "e.wall:".$summary_metrics;
|