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
defs:collectResult
(Results
1 - 5
of
5
) sorted by relevance
/base/hiviewdfx/hiview/test/unittest/unified_collection/client/
H
A
D
cpu_collector_client_test.cpp
49
auto
collectResult
= collector->GetSysCpuUsage();
in HWTEST_F()
local
H
A
D
memory_collector_client_test.cpp
58
auto
collectResult
= collector->SetAppResourceLimit(caller);
in HWTEST_F()
local
71
auto
collectResult
= collector->GetGraphicUsage();
in HWTEST_F()
local
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H
A
D
cpu_collector_test.cpp
157
auto
collectResult
= collector->CollectProcessCpuStatInfo(initPid);
in HWTEST_F()
local
197
auto
collectResult
= collector->CollectProcessCpuStatInfo(notExistPid);
HWTEST_F()
local
210
auto
collectResult
= collector->CollectProcessCpuStatInfo(invalidPid);
HWTEST_F()
local
222
auto
collectResult
= collector->CollectProcessCpuStatInfos(true);
HWTEST_F()
local
245
auto
collectResult
= collector->CollectProcessCpuStatInfos(true);
HWTEST_F()
local
288
auto
collectResult
= collector->CollectProcessCpuStatInfo(initPid, true);
HWTEST_F()
local
311
auto
collectResult
= collector->GetSysCpuUsage();
HWTEST_F()
local
[all...]
/base/hiviewdfx/hidumper/services/native/src/
H
A
D
dump_manager_cpu_service.cpp
166
CollectResult<OHOS::HiviewDFX::SysCpuLoad>
collectResult
= g_collector->CollectSysCpuLoad();
in ReadLoadAvgInfo()
local
196
auto
collectResult
= g_collector->CollectProcessCpuStatInfos(false);
in GetSysCPUInfo()
local
227
auto
collectResult
in GetAllProcInfo()
local
252
CollectResult<OHOS::HiviewDFX::ProcessCpuStatInfo>
collectResult
= g_collector->CollectProcessCpuStatInfo(pid);
GetSingleProcInfo()
local
[all...]
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H
A
D
trace_utils.cpp
368
auto
collectResult
= collector->CollectProcessCpuStatInfo(pid);
in CheckCurrentCpuLoad()
local
Completed in 4 milliseconds