HomeSort by relevance Sort by last modified time
    Searched refs:spent (Results 1 - 19 of 19) sorted by null

  /external/ltrace/
summary.h 32 struct timedelta spent);
output.h 32 struct timedelta *spent);
summary.c 155 summary_account_call(struct library_symbol *libsym, struct timedelta spent)
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;
handle_event.c 471 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 = calc_time_spent(elem->enter_time) local
661 struct timedelta spent = calc_time_spent(elem->enter_time); local
    [all...]
output.c 640 struct timedelta *spent)
706 assert(spent != NULL);
708 (unsigned long) spent->tm.tv_sec,
709 (int) spent->tm.tv_usec);
  /external/chromium_org/v8/tools/
profile_view.js 90 * @param {number} totalTime Amount of time that application spent in the
93 * @param {number} selfTime Amount of time that application spent in the
152 * @param {number} totalTime Amount of time that application spent in the
155 * @param {number} selfTime Amount of time that application spent in the
  /external/fio/
backend.c 145 unsigned long spent; local
172 spent = mtime_since(&td->lastrate[ddir], now);
173 if (spent < td->o.ratecycle)
185 if (spent)
186 rate = ((bytes - td->rate_bytes[ddir]) * 1000) / spent;
207 if (spent)
208 rate = ((iops - td->rate_blocks[ddir]) * 1000) / spent;
1717 uint64_t spent; local
    [all...]
stat.c 1794 unsigned long spent, rate; local
1833 unsigned long spent, iops; local
    [all...]
  /external/libunwind/doc/
libunwind-setjmp.tex 35 system-provided routines. In fact, the time spent on a
  /external/oprofile/events/x86-64/family11h/
unit_masks 186 0x02 The number of cycles spent in speculative phase
187 0x04 The number of cycles spent in non-speculative phase (including cache miss penalty)
  /external/oprofile/events/x86-64/hammer/
unit_masks 179 0x02 The number of cycles spent in speculative phase
180 0x04 The number of cycles spent in non-speculative phase (including cache miss penalty)
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_frame_usage.spec 50 The value, percent, indicates the amount of time spent between the
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 50 The value, percent, indicates the amount of time spent between the
  /external/chromium_org/chrome/browser/resources/chromeos/
power.js 464 * 'sleepDuration' field is for the time in milliseconds the system spent
533 * field is for the time in milliseconds the system spent in sleep/suspend
662 * field is for the time in milliseconds the system spent in sleep/suspend
  /external/chromium_org/third_party/libxslt/libxslt/
transform.c 3101 long spent, child, total, end; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 334 ;;; be spent in the first ten instructions.
  /external/blktrace/btt/doc/
btt.tex 119 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
    [all...]
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 372 ;;; be spent in the first ten instructions.
  /external/zlib/src/contrib/masmx86/
match686.asm 314 ;;; be spent in the first ten instructions.

Completed in 946 milliseconds