/external/autotest/client/tests/dbench/ |
dbench.py | 25 def run_once(self, dir='.', nprocs=None, seconds=600, args=''): 26 if not nprocs: 27 nprocs = self.job.cpu_count() 29 cmd = '%s %s %s -D %s -c %s -t %d' % (self.dbench, nprocs, args,
|
/external/autotest/client/tests/tbench/ |
tbench.py | 22 def run_once(self, nprocs = None, args = ''): 25 if not nprocs: 26 nprocs = self.job.cpu_count() 27 args = args + ' %s' % nprocs
|
/external/autotest/client/tests/perfmon/ |
perfmon.py | 21 def run_once(self, dir = None, nprocs = None, args = ''):
|
/prebuilts/go/darwin-x86/test/bench/garbage/ |
stats.go | 17 nprocs := runtime.GOMAXPROCS(-1) 19 if nprocs != 1 { 20 cpus = fmt.Sprintf("-%d", nprocs)
|
/prebuilts/go/linux-x86/test/bench/garbage/ |
stats.go | 17 nprocs := runtime.GOMAXPROCS(-1) 19 if nprocs != 1 { 20 cpus = fmt.Sprintf("-%d", nprocs)
|
/external/autotest/client/tests/ipv6connect/ |
ipv6connect.py | 22 def run_once(self, dir=None, nprocs=None, args=''):
|
/external/strace/ |
strace.c | 161 static unsigned int nprocs, tcbtabsize; variable 635 else if (nprocs > 1 && !outfname) 715 if (nprocs == tcbtabsize) 732 nprocs++; 735 tcp->pid, nprocs); 754 nprocs--; 757 tcp->pid, nprocs); [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
zsysctl_openbsd.go | 76 {"kern.nprocs", []_C_int{1, 47}},
|
/prebuilts/go/linux-x86/src/syscall/ |
zsysctl_openbsd.go | 76 {"kern.nprocs", []_C_int{1, 47}},
|
/prebuilts/go/darwin-x86/src/runtime/ |
proc1.go | [all...] |
mgcmark.go | 225 throw("nwait > work.nprocs")
|
/prebuilts/go/linux-x86/src/runtime/ |
proc1.go | [all...] |
mgcmark.go | 225 throw("nwait > work.nprocs")
|