/external/ltrace/ |
D | summary.c | 155 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()
|
D | handle_event.c | 471 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 …]
|
D | summary.h | 32 struct timedelta spent);
|
D | output.h | 32 struct timedelta *spent);
|
D | output.c | 640 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()
|
D | CREDITS | 23 D: Fix measuring time spent in a syscall
|
/external/bison/lib/ |
D | timevar.def | 36 /* 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/ |
D | control | 7 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/ |
D | control | 9 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/ |
D | table_formatter.py | 167 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/ |
D | README.solaris | 21 spent servicing interrupts, or do so in parallel with time spent in
|
D | README.hpux | 12 fractions and know how much time was spent in each mode.
|
/external/fio/ |
D | backend.c | 149 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()
|
D | stat.c | 1819 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/ |
D | README | 15 than the author of squashfs, who spent 5 years actively trying to get his code
|
/external/libunwind/doc/ |
D | libunwind-setjmp.tex | 35 system-provided routines. In fact, the time spent on a
|
/external/skia/site/dev/sheriffing/ |
D | gpu.md | 28 …ze dealing with incoming bugs. The balance of a wrangler's time should be spent divided as seen fi…
|
/external/selinux/secilc/docs/ |
D | cil_introduction.md | 57 …cing them. Consequently, no space is spent describing the semantics of types and only a small amou…
|
/external/ceres-solver/docs/source/ |
D | faqs.rst | 240 spent in the linear solver and the rest was mostly spent in
|
D | solving.rst | 633 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/ |
D | 2001-02-06-TypeNotationDebateResp4.txt | 32 consistent, any person who spent a significant amount of time programming
|
/external/mesa3d/docs/ |
D | MESA_swap_frame_usage.spec | 50 The value, percent, indicates the amount of time spent between the
|
/external/squashfs-tools/ |
D | ACKNOWLEDGEMENTS | 115 wrong. He also noticed that a lot of time was spent in the duplicate scan
|
/external/llvm/test/Transforms/SampleProfile/ |
D | remarks.ll | 20 ; spent inside foo).
|
/external/ltrace/testsuite/ |
D | README | 163 (4) ltrace.minor/time-record-T.exp do test on showing the time spent
|