Searched refs:spent (Results 1 - 12 of 12) sorted by relevance

/external/ltrace/
H A Dsummary.h32 struct timedelta spent);
H A Doutput.h32 struct timedelta *spent);
H A Dsummary.c155 summary_account_call(struct library_symbol *libsym, struct timedelta spent) argument
192 if (st->tv.tv_usec + spent.tm.tv_usec > 1000000) {
193 st->tv.tv_usec += spent.tm.tv_usec - 1000000;
196 st->tv.tv_usec += spent.tm.tv_usec;
199 st->tv.tv_sec += spent.tm.tv_sec;
H A Dhandle_event.c471 struct timedelta spent[proc->callstack_depth]; local
476 spent[i] = calc_time_spent(elem->enter_time);
492 summary_account_call(libsym, spent[i]);
526 bool left, struct timedelta *spent)
529 assert(spent == NULL);
537 summary_account_call(&syscall, *spent);
539 output_right(tof, proc, &syscall, spent);
554 struct timedelta *spent)
556 output_syscall(proc, name, LT_TOF_SYSCALLR, false, spent);
628 struct timedelta spent local
525 output_syscall(struct process *proc, const char *name, enum tof tof, bool left, struct timedelta *spent) argument
553 output_syscall_right(struct process *proc, const char *name, struct timedelta *spent) argument
661 struct timedelta spent = calc_time_spent(elem->enter_time); local
[all...]
H A Doutput.c640 struct timedelta *spent)
706 assert(spent != NULL);
708 (unsigned long) spent->tm.tv_sec,
709 (int) spent->tm.tv_usec);
639 output_right(enum tof type, struct process *proc, struct library_symbol *libsym, struct timedelta *spent) argument
/external/fio/
H A Dbackend.c149 unsigned long spent; local
176 spent = mtime_since(&td->lastrate[ddir], now);
177 if (spent < td->o.ratecycle)
189 if (spent)
190 rate = ((bytes - td->rate_bytes[ddir]) * 1000) / spent;
211 if (spent)
212 rate = ((iops - td->rate_blocks[ddir]) * 1000) / spent;
1872 uint64_t spent; local
1974 spent = utime_since_genesis();
1976 if (td->o.start_delay > spent)
[all...]
H A Dstat.c1819 unsigned long spent, rate; local
1824 spent = mtime_since(&td->bw_sample_time, t);
1825 if (spent < td->o.bw_avg_time)
1838 if (spent)
1839 rate = delta * 1000 / spent / 1024;
1858 unsigned long spent, iops; local
1863 spent = mtime_since(&td->iops_sample_time, t);
1864 if (spent < td->o.iops_avg_time)
1877 if (spent)
1878 iops = (delta * 1000) / spent;
[all...]
/external/libunwind/doc/
H A Dlibunwind-setjmp.tex35 system-provided routines. In fact, the time spent on a
/external/mesa3d/docs/
H A DMESA_swap_frame_usage.spec50 The value, percent, indicates the amount of time spent between the
/external/blktrace/btt/doc/
H A Dbtt.tex119 occasion there are also some time spent \emph{sleeping} waiting
135 \item Time spent on the request queue. The average time from when
191 shows the percentage of time spent in each of the phases of an
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm372 ;;; be spent in the first ten instructions.
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm314 ;;; be spent in the first ten instructions.

Completed in 1431 milliseconds