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:cpufreq
(Results
1 - 2
of
2
) sorted by relevance
/developtools/profiler/host/smartperf/client/client_command/
H
A
D
CPU.cpp
105
std::vector<CpuFreq> &
cpufreq
= result.data;
in GetCpuFreq()
local
106
for (size_t i = 0; i <
cpufreq
.size(); i++) {
in GetCpuFreq()
107
cpuFreqs.cpuId =
cpufreq
[i].cpuId;
in GetCpuFreq()
108
cpuFreqs.curFreq =
cpufreq
[i].curFreq;
in GetCpuFreq()
110
LOGI("cpuFreqs.cpuId: %s", std::to_string(
cpufreq
[i].cpuId).c_str());
in GetCpuFreq()
111
LOGI("cpuFreqs.curFreq: %s", std::to_string(
cpufreq
[i].curFreq).c_str());
in GetCpuFreq()
H
A
D
sp_utils.cpp
331
std::string basePath = "/sys/devices/system/cpu/
cpufreq
/";
in GetCpuInfo()
626
std::vector<CpuFreq> &
cpufreq
= result.data;
in GetCpuNum()
local
627
size_t cpuNum =
cpufreq
.size();
in GetCpuNum()
Completed in 3 milliseconds