OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_PROCS
(Results
1 - 3
of
3
) sorted by null
/external/ltp/
runltp
110
usage: ${0##*/} [ -a EMAIL_TO ] [ -c
NUM_PROCS
] [ -C FAILCMDFILE ] [ -T TCONFCMDFILE ]
111
[ -d TMPDIR ] [ -D
NUM_PROCS
,NUM_FILES,NUM_BYTES,CLEAN_FLAG ] -e [ -f CMDFILES(,...) ]
112
[ -g HTMLFILE] [ -i
NUM_PROCS
] [ -l LOGFILE ] [ -m
NUM_PROCS
,CHUNKS,BYTES,HANGUP_FLAG ]
118
-c
NUM_PROCS
Run LTP under additional background CPU load
119
[
NUM_PROCS
= no. of processes creating the CPU Load by spinning over sqrt()
124
-D
NUM_PROCS
,NUM_FILES,NUM_BYTES,CLEAN_FLAG
126
[
NUM_PROCS
= no. of processes creating Storage Load by spinning over write()]
135
-i
NUM_PROCS
Run LTP under additional background Load on IO Bus
136
[
NUM_PROCS
= no. of processes creating IO Bus Load by spinning over sync()
[
all
...]
runltplite.sh
81
-c
NUM_PROCS
Run LTP under additional background CPU load.
128
NUM_PROCS
=$(($OPTARG))
129
$LTPROOT/testcases/bin/genload --cpu $
NUM_PROCS
>/dev/null 2>&1 &
/frameworks/base/services/core/java/com/android/server/am/
UidRecord.java
162
proto.write(UidRecordProto.
NUM_PROCS
, numProcs);
Completed in 110 milliseconds