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:cores
(Results
1 - 3
of
3
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H
A
D
rs_profiler_telemetry.cpp
28
static const StringParameter CPU_CORES("paths.cpu.
cores
");
267
cpu.
cores
= std::min(CPUInfo::MAX_CORES, CORE_COUNT);
in GetCPUCores()
269
for (uint32_t i = 0; i < cpu.
cores
; i++) {
in GetCPUCores()
275
cpuTimeInfos.resize(cpu.
cores
);
in GetCPUCores()
280
lastCpuTimeInfos.resize(cpu.
cores
);
in GetCPUCores()
284
for (size_t i = 0; i < cpu.
cores
; i++) {
in GetCPUCores()
314
for (size_t i = 0; i < info.cpu.
cores
; i++) {
in GetDeviceInfoString()
348
const uint32_t
cores
= GetCoreCount();
in GetCpuAffinityString()
local
349
for (uint32_t i = 0; i <
cores
; i++) {
in GetCpuAffinityString()
H
A
D
rs_profiler_telemetry.h
37
uint32_t
cores
= 0u;
member
H
A
D
rs_profiler.cpp
107
for (uint32_t i = 0; i < in.cpu.
cores
; i++) {
in DeviceInfoToCaptureData()
110
if (i + 1 < in.cpu.
cores
) {
in DeviceInfoToCaptureData()
Completed in 5 milliseconds