Searched refs:thistime (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/bsd/top/dist/machine/ |
| H A D | m_irix5.c | 626 struct timeval thistime; local 632 gettimeofday (&thistime, &thiszone); 640 timediff = ((double) thistime.tv_sec * 1.0e7 + 641 ((double) thistime.tv_usec * 10.0)) - 760 lasttime = thistime;
|
| H A D | m_linuxthr.c | 662 struct timeval thistime; in get_process_info() local 671 gettimeofday(&thistime, 0); in get_process_info() 674 timediff = ((thistime.tv_sec - lasttime.tv_sec) + in get_process_info() 675 (thistime.tv_usec - lasttime.tv_usec) * 1e-6); in get_process_info() 681 lasttime = thistime; in get_process_info() 684 now = (unsigned long)thistime.tv_sec; in get_process_info() 685 if (thistime.tv_usec >= 500000) in get_process_info()
|
| H A D | m_irixsgi.c | 953 static struct timeval lasttime, thistime; in getptable() local 957 gettimeofday (&thistime, NULL); in getptable() 964 timediff = ((double) thistime.tv_sec * 1.0e7 - in getptable() 967 ((double) thistime.tv_usec * 10 - in getptable() 980 lasttime = thistime; /* prepare for next round */ in getptable()
|
| H A D | m_linux.c | 452 struct timeval thistime; in get_system_info() local 459 gettimeofday(&thistime, 0); in get_system_info() 460 timersub(&thistime, &lasttime, &timediff); in get_system_info() 462 lasttime = thistime; in get_system_info()
|
| H A D | m_sunos5.c | 1915 struct timeval thistime; in getptable() local 1919 gettimeofday (&thistime, NULL); in getptable() 1926 timediff = ((double) thistime.tv_sec * 1.0e7 + in getptable() 1927 ((double) thistime.tv_usec * 10.0)) - in getptable() 2210 lasttime = thistime; in getptable()
|
| H A D | m_freebsd.c | 1036 struct timeval thistime; in get_system_info() local 1040 gettimeofday(&thistime, 0); in get_system_info() 1041 timersub(&thistime, &lasttime, &timediff); in get_system_info() 1141 lasttime = thistime; in get_system_info()
|
| /netbsd-src/external/bsd/top/dist/ |
| H A D | utils.c | 662 struct timeval thistime; in time_mark() local 668 tv = &thistime; in time_mark()
|
| /netbsd-src/sbin/dump/ |
| H A D | optr.c | 215 do_timestamp(time_t thistime, const char *message) in do_timestamp() argument 220 (void) localtime_r(&thistime, &tm_time); in do_timestamp()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | Dbe.cc | 1786 double thistime = timeValues->fetch (grInd); in dbeGetRefMetricTreeValues() local 1788 if (thistime / (CPUSEC_PERCENT_THRESHOLD / 100) > usertime) in dbeGetRefMetricTreeValues()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | Dbe.cc | 1786 double thistime = timeValues->fetch (grInd); in dbeGetRefMetricTreeValues() local 1788 if (thistime / (CPUSEC_PERCENT_THRESHOLD / 100) > usertime) in dbeGetRefMetricTreeValues()
|