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:idle
(Results
1 - 5
of
5
) sorted by relevance
/developtools/profiler/device/plugins/cpu_plugin/src/
H
A
D
cpu_data_plugin.cpp
385
// 获取到的数据不包含user, nice, system,
idle
, iowait, irq, softirq, steal八个数值时返回
in GetSystemCpuTime()
392
int64_t
idle
= 0;
in GetSystemCpuTime()
local
400
idle
= atoi(cpuUsageVec[SYSTEM_IDLE].c_str());
in GetSystemCpuTime()
409
cpuTimeData.systemBootTime = cpuTimeData.systemUsageTime + (
idle
+ iowait) * GetUserHz();
in GetSystemCpuTime()
/developtools/profiler/device/plugins/process_plugin/test/unittest/
H
A
D
process_plugin_unittest.cpp
73
int64_t
idle
;
member
155
int64_t bootTime = (g_bootData.user + g_bootData.nice + g_bootData.system + g_bootData.
idle
+ g_bootData.iowait
in GetCpuData()
/developtools/profiler/device/plugins/cpu_plugin/test/unittest/
H
A
D
cpu_data_plugin_unittest.cpp
46
int64_t
idle
;
member
228
time = usageTime + (stat.
idle
+ stat.iowait) * Hz;
in GetSystemCpuTime()
237
int64_t bootTime = totalTime + (stat.
idle
+ stat.iowait) * Hz;
in GetCpuUsage()
/developtools/hdc/src/common/
H
A
D
base.cpp
1891
uv_idle_t *
idle
= new(std::nothrow) uv_idle_t();
in IdleUvTask()
local
1892
if (
idle
== nullptr) {
in IdleUvTask()
1895
idle
->data = data;
in IdleUvTask()
1896
uv_idle_init(loop,
idle
);
in IdleUvTask()
1897
uv_idle_start(
idle
, cb);
in IdleUvTask()
/developtools/profiler/hiebpf/include/
H
A
D
vmlinux.h
22628
int
idle
;
member
22652
u8
idle
;
member
22670
int
idle
;
member
23181
struct task_struct *
idle
;
member
23594
enum cpu_idle_type
idle
;
member
[all...]
Completed in 453 milliseconds