Home
last modified time | relevance | path

Searched refs:spent (Results 1 – 25 of 45) sorted by relevance

12

/external/ltrace/
Dsummary.c155 summary_account_call(struct library_symbol *libsym, struct timedelta spent) in summary_account_call() argument
192 if (st->tv.tv_usec + spent.tm.tv_usec > 1000000) { in summary_account_call()
193 st->tv.tv_usec += spent.tm.tv_usec - 1000000; in summary_account_call()
196 st->tv.tv_usec += spent.tm.tv_usec; in summary_account_call()
199 st->tv.tv_sec += spent.tm.tv_sec; in summary_account_call()
Dhandle_event.c471 struct timedelta spent[proc->callstack_depth]; in account_current_callstack() local
476 spent[i] = calc_time_spent(elem->enter_time); in account_current_callstack()
492 summary_account_call(libsym, spent[i]); in account_current_callstack()
526 bool left, struct timedelta *spent) in output_syscall() argument
529 assert(spent == NULL); in output_syscall()
537 summary_account_call(&syscall, *spent); in output_syscall()
539 output_right(tof, proc, &syscall, spent); in output_syscall()
554 struct timedelta *spent) in output_syscall_right() argument
556 output_syscall(proc, name, LT_TOF_SYSCALLR, false, spent); in output_syscall_right()
628 struct timedelta spent = calc_time_spent(elem->enter_time); in handle_x_sysret() local
[all …]
Dsummary.h32 struct timedelta spent);
Doutput.h32 struct timedelta *spent);
Doutput.c640 struct timedelta *spent) in output_right() argument
706 assert(spent != NULL); in output_right()
708 (unsigned long) spent->tm.tv_sec, in output_right()
709 (int) spent->tm.tv_usec); in output_right()
DCREDITS23 D: Fix measuring time spent in a syscall
/external/bison/lib/
Dtimevar.def36 /* Time spent in the reader. */
41 /* Time spent handling the grammar. */
52 /* Time spent outputing results. */
60 /* Time spent by freeing the memory :). */
/external/autotest/client/site_tests/power_StatsCPUIdle/
Dcontrol7 PURPOSE = "Measure time spent at each CPU idle level when system is idle."
15 This test measures percentage time spent at each CPU idle level while
/external/autotest/client/site_tests/power_StatsCPUFreq/
Dcontrol9 PURPOSE = "Measure time spent at each CPU Frequency when system is idle."
17 This test measures percentage time spent at each CPU frequency level when
/external/opencv3/modules/ts/misc/
Dtable_formatter.py167 spent = 0
171 addition = s * budget / total - spent
172 spent += addition
189 spent = 0
193 addition = s * budget / total - spent
194 spent += addition
222 spent = 0
226 addition = s * budget / total - spent
227 spent += addition
/external/netperf/
DREADME.solaris21 spent servicing interrupts, or do so in parallel with time spent in
DREADME.hpux12 fractions and know how much time was spent in each mode.
/external/fio/
Dbackend.c149 unsigned long spent; in __check_min_rate() local
176 spent = mtime_since(&td->lastrate[ddir], now); in __check_min_rate()
177 if (spent < td->o.ratecycle) in __check_min_rate()
189 if (spent) in __check_min_rate()
190 rate = ((bytes - td->rate_bytes[ddir]) * 1000) / spent; in __check_min_rate()
211 if (spent) in __check_min_rate()
212 rate = ((iops - td->rate_blocks[ddir]) * 1000) / spent; in __check_min_rate()
1872 uint64_t spent; in run_threads() local
1974 spent = utime_since_genesis(); in run_threads()
1976 if (td->o.start_delay > spent) in run_threads()
Dstat.c1819 unsigned long spent, rate; in add_bw_sample() local
1824 spent = mtime_since(&td->bw_sample_time, t); in add_bw_sample()
1825 if (spent < td->o.bw_avg_time) in add_bw_sample()
1838 if (spent) in add_bw_sample()
1839 rate = delta * 1000 / spent / 1024; in add_bw_sample()
1858 unsigned long spent, iops; in add_iops_sample() local
1863 spent = mtime_since(&td->iops_sample_time, t); in add_iops_sample()
1864 if (spent < td->o.iops_avg_time) in add_iops_sample()
1877 if (spent) in add_iops_sample()
1878 iops = (delta * 1000) / spent; in add_iops_sample()
/external/toybox/kconfig/
DREADME15 than the author of squashfs, who spent 5 years actively trying to get his code
/external/libunwind/doc/
Dlibunwind-setjmp.tex35 system-provided routines. In fact, the time spent on a
/external/skia/site/dev/sheriffing/
Dgpu.md28 …ze dealing with incoming bugs. The balance of a wrangler's time should be spent divided as seen fi…
/external/selinux/secilc/docs/
Dcil_introduction.md57 …cing them. Consequently, no space is spent describing the semantics of types and only a small amou…
/external/ceres-solver/docs/source/
Dfaqs.rst240 spent in the linear solver and the rest was mostly spent in
Dsolving.rst633 spent in constructing :math:`S`; the time spent inside the PCG
1356 down sharply, at which point the time spent doing inner iterations
1720 Time (in seconds) spent inside the minimizer loop in the current
1725 Time (in seconds) spent inside the trust region step solver.
1940 Time (in seconds) spent in the preprocessor.
1944 Time (in seconds) spent in the Minimizer.
1948 Time (in seconds) spent in the post processor.
1952 Time (in seconds) spent in the solver.
1956 Time (in seconds) spent in the linear solver computing the trust
1961 Time (in seconds) spent evaluating the residual vector.
[all …]
/external/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebateResp4.txt32 consistent, any person who spent a significant amount of time programming
/external/mesa3d/docs/
DMESA_swap_frame_usage.spec50 The value, percent, indicates the amount of time spent between the
/external/squashfs-tools/
DACKNOWLEDGEMENTS115 wrong. He also noticed that a lot of time was spent in the duplicate scan
/external/llvm/test/Transforms/SampleProfile/
Dremarks.ll20 ; spent inside foo).
/external/ltrace/testsuite/
DREADME163 (4) ltrace.minor/time-record-T.exp do test on showing the time spent

12