Home
last modified time | relevance | path

Searched refs:numcpu (Results 1 – 3 of 3) sorted by relevance

/external/bcc/scripts/
Dbpf_demo.ks.erb60 numcpu=$(grep -c ^processor /proc/cpuinfo)
68 make -j$numcpu mrproper
69 make -j$numcpu nconfig
70 make -j$numcpu bzImage
71 make -j$numcpu modules
87 numcpu=$(grep -c ^processor /proc/cpuinfo)
101 make -j$numcpu
115 numcpu=$(grep -c ^processor /proc/cpuinfo)
122 make -j$numcpu
/external/bcc/src/cc/frontends/clang/
Db_frontend_action.cc926 int numcpu = sysconf(_SC_NPROCESSORS_ONLN); in VisitCallExpr() local
927 if (numcpu <= 0) in VisitCallExpr()
928 numcpu = 1; in VisitCallExpr()
929 text = to_string(numcpu); in VisitCallExpr()
1179 int numcpu = get_possible_cpus().size(); in VisitVarDecl() local
1180 if (numcpu <= 0) in VisitVarDecl()
1181 numcpu = 1; in VisitVarDecl()
1182 table.max_entries = numcpu; in VisitVarDecl()
/external/grpc-grpc/doc/cpp/
Dperf_notes.md28 Right now, the best performance trade-off is having numcpu's threads and one