Home
last modified time | relevance | path

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

12

/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/
Dcontrol8 PURPOSE = "Measure time spent at each CPU Frequency when system is idle."
16 This test measures percentage time spent at each CPU frequency level when
/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/syslinux/core/lwip/doc/
Dsys_arch.txt65 milliseconds spent waiting for the semaphore to be signaled. If the
107 Number of milliseconds spent waiting or SYS_ARCH_TIMEOUT if there was a
/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/mesa3d/docs/
DMESA_swap_frame_usage.spec50 The value, percent, indicates the amount of time spent between the
/external/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebateResp4.txt32 consistent, any person who spent a significant amount of time programming
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebateResp4.txt32 consistent, any person who spent a significant amount of time programming
/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.ll21 ; spent inside foo).
/external/netperf/doc/
Dnetperf.texi569 keeps-track of time (in the form of CPU cycles) spent in the kernel
571 track of time spent in idle, user, kernel and interrupt processing
579 track of ticks (eg HZ) spent in the idle loop. This method is
581 above epsilon as time spent processing interrupts is not subtracted
589 overlapping, mechanisms. The first tracks nanoseconds spent in user,
590 kernel, and idle modes. The second mechanism tracks nanoseconds spent
617 (ticks) spent in idle mode. It is thought but not known to be
650 being spent in places - such as interrupt contexts - that do not get
653 In fact, time spent in the processing of interrupts is a common issue
664 which may also have issues with time spent processing interrupts.
[all …]
Dnetperf.info522 keeps-track of time (in the form of CPU cycles) spent in the kernel
524 keeps track of time spent in idle, user, kernel and interrupt
533 keeps track of ticks (eg HZ) spent in the idle loop. This method
535 rate is above epsilon as time spent processing interrupts is not
546 spent in user, kernel, and idle modes. The second mechanism tracks
547 nanoseconds spent in interrupt. Since the mechanisms overlap,
577 spent in idle mode. It is thought but not known to be reasonably
612 being spent in places - such as interrupt contexts - that do not get
615 In fact, time spent in the processing of interrupts is a common issue
626 may also have issues with time spent processing interrupts.
[all …]
/external/zlib/src/doc/
Dalgorithm.txt128 fill out the table vs. the time spent looking at the second level and above of
/external/syslinux/com32/cmenu/
DMENU_FORMAT134 NOTE: This does not include the time spent browsing the help system or
/external/syslinux/com32/lib/zlib/
Dalgorithm.txt128 fill out the table vs. the time spent looking at the second level and above of
/external/blktrace/btt/doc/
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/valgrind/docs/internals/
Dporting-to-ARM.txt4 In late 2004 Nick and Julian spent a little time working on the beginnings of
/external/antlr/antlr-3.4/runtime/C/
DChangeLog75 reduced system time spent on allocations.

12