HomeSort by relevance Sort by last modified time
    Searched refs:spent (Results 1 - 23 of 23) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
os2_plan9.go 55 kcycles int64 // cycles spent in kernel
56 pcycles int64 // cycles spent in process (kernel + user)
mgc.go 355 // assistTime is the nanoseconds spent in mutator assists
361 // dedicatedMarkTime is the nanoseconds spent in dedicated
366 // fractionalMarkTime is the nanoseconds spent in the
372 // idleMarkTime is the nanoseconds spent in idle marking
397 // time that should be spent in the fractional mark worker.
    [all...]
extern.go 78 #% percentage of time spent in GC since program start
mprof.go 275 // an average of one blocking event per rate nanoseconds spent blocked.
mgcmark.go 527 // Track time spent in this assist. Since we're on the
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
os2_plan9.go 55 kcycles int64 // cycles spent in kernel
56 pcycles int64 // cycles spent in process (kernel + user)
mgc.go 355 // assistTime is the nanoseconds spent in mutator assists
361 // dedicatedMarkTime is the nanoseconds spent in dedicated
366 // fractionalMarkTime is the nanoseconds spent in the
372 // idleMarkTime is the nanoseconds spent in idle marking
397 // time that should be spent in the fractional mark worker.
    [all...]
extern.go 78 #% percentage of time spent in GC since program start
mprof.go 275 // an average of one blocking event per rate nanoseconds spent blocked.
mgcmark.go 527 // Track time spent in this assist. Since we're on the
    [all...]
  /external/v8/tools/
profile_view.js 90 * @param {number} totalTime Amount of time that application spent in the
93 * @param {number} selfTime Amount of time that application spent in the
152 * @param {number} totalTime Amount of time that application spent in the
155 * @param {number} selfTime Amount of time that application spent in the
  /prebuilts/go/darwin-x86/src/cmd/trace/
pprof.go 35 // pprofIO generates IO pprof-like profile (time spent in IO wait).
55 // pprofBlock generates blocking pprof-like profile (time spent blocked on synchronization primitives).
81 // pprofSyscall generates syscall pprof-like profile (time spent blocked in syscalls).
  /prebuilts/go/linux-x86/src/cmd/trace/
pprof.go 35 // pprofIO generates IO pprof-like profile (time spent in IO wait).
55 // pprofBlock generates blocking pprof-like profile (time spent blocked on synchronization primitives).
81 // pprofSyscall generates syscall pprof-like profile (time spent blocked in syscalls).
  /external/fio/
backend.c 149 unsigned long spent; local
176 spent = mtime_since(&td->lastrate[ddir], now);
177 if (spent < td->o.ratecycle)
189 if (spent)
190 rate = ((bytes - td->rate_bytes[ddir]) * 1000) / spent;
211 if (spent)
212 rate = ((iops - td->rate_blocks[ddir]) * 1000) / spent;
1872 uint64_t spent; local
    [all...]
stat.c 1819 unsigned long spent, rate; local
1858 unsigned long spent, iops; local
    [all...]
  /external/libunwind/doc/
libunwind-setjmp.tex 35 system-provided routines. In fact, the time spent on a
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 50 The value, percent, indicates the amount of time spent between the
  /build/soong/cmd/microfactory/
microfactory_test.go 219 // Ensure that we've spent some amount of time asleep
  /prebuilts/go/darwin-x86/src/testing/
sub_test.go 386 t.Errorf("no time spent in benchmark t1 >= t2 (%d >= %d)", time1, time2)
  /prebuilts/go/linux-x86/src/testing/
sub_test.go 386 t.Errorf("no time spent in benchmark t1 >= t2 (%d >= %d)", time1, time2)
  /external/blktrace/btt/doc/
btt.tex 119 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
    [all...]
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 372 ;;; be spent in the first ten instructions.
  /external/zlib/src/contrib/masmx86/
match686.asm 314 ;;; be spent in the first ten instructions.

Completed in 648 milliseconds