Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:cpuNum
(Results
1 - 5
of
5
) sorted by relevance
/developtools/profiler/device/plugins/ftrace_plugin/include/
H
A
D
flow_controller.h
92
void SetTestInfo(int
cpuNum
, std::string path)
in SetTestInfo()
argument
94
platformCpuNum_ =
cpuNum
;
in SetTestInfo()
/developtools/hiperf/test/unittest/common/native/
H
A
D
cpu_usage_test.cpp
197
int
cpuNum
= get_nprocs();
in GetCpuUsageRatio()
local
199
pcpu *=
cpuNum
;
in GetCpuUsageRatio()
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
H
A
D
cpu_detail_parser.h
36
void ResizeStandAloneCpuEventList(uint32_t
cpuNum
);
H
A
D
cpu_detail_parser.cpp
166
void CpuDetailParser::ResizeStandAloneCpuEventList(uint32_t
cpuNum
)
in ResizeStandAloneCpuEventList()
argument
168
cpuCoreMax_ =
cpuNum
;
in ResizeStandAloneCpuEventList()
169
standAloneCpuEventList_.resize(
cpuNum
);
in ResizeStandAloneCpuEventList()
/developtools/profiler/host/smartperf/client/client_command/
H
A
D
sp_utils.cpp
627
size_t
cpuNum
= cpufreq.size();
in GetCpuNum()
local
628
cpuCores += std::to_string(
cpuNum
);
in GetCpuNum()
629
if (
cpuNum
== 0) {
in GetCpuNum()
Completed in 7 milliseconds