Home
last modified time | relevance | path

Searched full:spent (Results 1 – 25 of 220) sorted by relevance

123456789

/freebsd/sys/contrib/openzfs/man/man8/
H A Dzpool-iostat.8197 Amount of time I/O spent in synchronous priority queues.
200 Amount of time I/O spent in asynchronous priority queues.
203 Amount of time I/O spent in scrub queue.
206 Amount of time I/O spent in rebuild queue.
217 Average amount of time I/O spent in synchronous priority queues.
220 Average amount of time I/O spent in asynchronous priority queues.
/freebsd/usr.bin/gprof/
H A Dgprof.flat19 self the average number of milliseconds spent in this
23 total the average number of milliseconds spent in this
H A Dgprof.187 utility calculates the amount of time spent in each routine.
107 the time that the call spent in the routine itself, and
108 the time that the call spent in the routine itself including
160 above, and also excludes the time spent in
H A Dgprof.callg17 self the number of seconds spent in this function
21 the number of seconds spent in the descendents of
/freebsd/usr.bin/mkimg/tests/
H A DMakefile23 # were spent running jot -b. It's even worse on CHERI-MIPS QEMU: 187 seconds
26 # which 26s are spent in hexdump -C) instead of previously 2min30s.
/freebsd/share/doc/papers/sysperf/
H A D3.t352 Nearly 25% of the time spent in the kernel is spent in the clock
443 that as much as 20% of the time spent in the kernel on a loaded
444 system (a VAX-11/780) can be spent in \fIschedcpu\fP and, on average,
445 5-10% of the kernel time is spent in \fIschedcpu\fP.
539 As a result, the system time spent performing protocol
544 of 5% of the system time is spent
553 while another 0.6% of the system time was spent performing
H A D2.t95 spent in user mode, in user mode running low priority (niced) processes,
141 the time spent in the kernel clock routine.
156 The postprocessing propagates the time spent in each
176 of the system time spent in the profiling code.
H A D4.t60 of the time in the system was spent in the
138 although the amount of time spent in \fInamei\fP itself
140 more time was spent in the routines that it called
272 time spent in \fInamei\fP itself increases even though the
274 This is because less total time is being spent in the kernel,
589 For example, we found utilities that spent 90% of their
593 Thus, while most of our time has been spent tuning the kernel,
H A D7.t34 the distributed system spent 10-20% more time in the kernel than
45 These changes reduce the percentage of time spent running
/freebsd/share/doc/papers/kerntune/
H A D3.t204 although the amount of time spent in \fInamei\fP itself
206 more time was spent in the routines that it called
281 time spent in \fInamei\fP itself increases even though the
283 This is because less total time is being spent in the kernel,
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h204 // OMP_single -- Time spent executing a "single" region
205 // OMP_master -- Time spent executing a "master" region
206 // OMP_masked -- Time spent executing a "masked" region
207 // OMP_task_immediate -- Time spent executing non-deferred tasks
208 // OMP_task_taskwait -- Time spent executing tasks inside a taskwait
210 // OMP_task_taskyield -- Time spent executing tasks inside a taskyield
212 // OMP_task_taskgroup -- Time spent executing tasks inside a taskygroup
214 // OMP_task_join_bar -- Time spent executing tasks inside a join barrier
215 // OMP_task_plain_bar -- Time spent executing tasks inside a barrier
217 // OMP_taskloop_scheduling -- Time spent scheduling tasks inside a taskloop
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.h76 /// [1]: Average time spent waiting in a scheduler's queue
77 /// [2]: Average time spent waiting in a scheduler's queue while ready
90 /// cycles were spent in the scheduler's queue due to data dependencies.
92 /// In this example, instruction 5 spent an average of ~6 cycles in the
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dmutex_prof.h81 /* Total time (in nano seconds) spent waiting on this mutex. */
83 /* Max time (in nano seconds) spent on a single lock operation. */
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a65/
H A Difu.json9 …"PublicDescription": "Counts the cycles spent on a request for Level 2 TLB lookup after a Level 1l…
12 …"BriefDescription": "Counts the cycles spent on a request for Level 2 TLB lookup after a Level 1l …
/freebsd/share/doc/psd/18.gprof/
H A Dprofiling.me73 the time spent in the routine will not accurately reflect the
80 \fBgprof\fP accounts to each routine the time spent
/freebsd/lib/libsys/
H A Dgetrusage.286 the total amount of time spent executing in user mode.
88 the total amount of time spent in the system executing on behalf
/freebsd/lib/libpmc/pmu-events/arch/x86/goldmontplus/
H A Dvirtual-memory.json46 …rring due to a load (demand data loads or SW prefetches). Includes cycles spent traversing the Ext…
94 … for each page walk occurring due to a demand data store. Includes cycles spent traversing the Ext…
166 …for each page walk occurring due to an instruction fetch. Includes cycles spent traversing the Ext…
/freebsd/share/doc/smm/02.config/
H A D3.t273 system and propagate time spent in each routine along the arcs
278 in statistical anomalies, and time spent in the clock routine will
289 of the system time spent in the profiling code.
/freebsd/contrib/ncurses/ncurses/
H A DREADME.IZ66 the change in the value represents only the amount of time spent in
67 waiting for events, not the amount of time spent bookkeeping;
/freebsd/contrib/llvm-project/libunwind/src/
H A DFrameHeaderCache.hpp48 // spent on additional pointers could also be spent on more entries.
/freebsd/lib/libpmc/pmu-events/arch/powerpc/power8/
H A Dpipeline.json347 "BriefDescription": "cycles spent in successful transactions",
348 "PublicDescription": "run cycles spent in successful transactions"
/freebsd/share/man/man9/
H A Dieee80211_scan.9289 Min/max dwell time parameters are used to constrain time spent visiting
291 The maximum dwell time constrains the time spent listening for traffic.
/freebsd/share/man/man4/
H A Ddtrace_lockstat.4107 in nanoseconds, that the mutex spent spinning.
145 spent spinning, in nanoseconds.
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTProperties.td12 "4T, 8T and so on, which guarantees a total linear time spent checking "
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp10 // collates statistics across these traces to show a breakdown of time spent
93 TOTAL_TIME, // The total time spent in a stack and its callees.
103 "Capture the total time spent in an all invocations of a stack."),
146 /// - Cumulative stack time: amount of time spent in a stack accumulated
148 /// - Cumulative local time: amount of time spent in each instrumented
287 // When computing total time spent in a stack, we're adding the timings from

123456789