Home
last modified time | relevance | path

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

1234

/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.c144 unsigned long spent; in __check_min_rate() local
171 spent = mtime_since(&td->lastrate[ddir], now); in __check_min_rate()
172 if (spent < td->o.ratecycle) in __check_min_rate()
184 if (spent) in __check_min_rate()
185 rate = ((bytes - td->rate_bytes[ddir]) * 1000) / spent; in __check_min_rate()
205 if (spent) in __check_min_rate()
206 rate = ((iops - td->rate_blocks[ddir]) * 1000) / spent; in __check_min_rate()
2121 uint64_t spent; in run_threads() local
2226 spent = utime_since_genesis(); in run_threads()
2228 if (td->o.start_delay > spent) in run_threads()
Dstat.c2408 unsigned int bytes, unsigned long spent) in add_bw_sample() argument
2413 if (spent) in add_bw_sample()
2414 rate = bytes * 1000 / spent; in add_bw_sample()
2436 unsigned long spent, rate; in __add_samples() local
2442 spent = mtime_since(parent_tv, t); in __add_samples()
2443 if (spent < avg_time && avg_time - spent >= LOG_MSEC_SLACK) in __add_samples()
2444 return avg_time - spent; in __add_samples()
2458 if (spent) { in __add_samples()
2460 rate = delta * 1000 / spent / 1024; /* KiB/s */ in __add_samples()
2462 rate = (delta * 1000) / spent; in __add_samples()
[all …]
/external/mesa3d/src/gallium/docs/source/drivers/openswr/
Dprofiling.rst17 hierarchical breakdown of the time spent in the various operations.
/external/python/cpython2/Doc/library/
Dresource.rst167 has been used, e.g. amount of time spent running is user mode or number of times
175 floating point values representing the amount of time spent executing in user
176 mode and the amount of time spent executing in system mode, respectively. The
Dprofile.rst41 Now also reports the time spent in calls to built-in functions
114 for the total time spent in the given function (and excluding time made in
121 is the cumulative time spent in this and all subfunctions (from invocation
187 to sort according to time spent within each function, and then print the
499 second non-parenthesized number repeats the cumulative time spent in the
504 cumulative times spent in the current function while it was invoked by
526 deduces where time is being spent. The latter technique traditionally involves
528 relative indications of where time is being spent.
Dsignal.rst118 this timer is usually used to profile the time spent by the application
252 the time spent waiting to open a file; this is useful if the file is for a
/external/toybox/kconfig/
DREADME15 than the author of squashfs, who spent 5 years actively trying to get his code
/external/ply/ply/example/BASIC/
DREADME66 Disclaimer: I haven't spent a ton of time testing this and it's likely that
/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/bart/
DREADME.md85 The total time that the task spent on a CPU executing.
/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/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebateResp4.txt32 consistent, any person who spent a significant amount of time programming
/external/mesa3d/docs/specs/
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/bart/docs/notebooks/thermal/
DThermal.ipynb358 "# The thermal residency gives the percentage (or absolute time) spent in the\n",
/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.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 …]

1234