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:cpuCollector_
(Results
1 - 6
of
6
) sorted by relevance
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H
A
D
cpu_decorator.cpp
28
if (
cpuCollector_
== nullptr) {
in CollectSysCpuLoad()
31
auto task = [this] { return
cpuCollector_
->CollectSysCpuLoad(); };
in CollectSysCpuLoad()
38
if (
cpuCollector_
== nullptr) {
in CollectSysCpuUsage()
41
auto task = [this, &isNeedUpdate] { return
cpuCollector_
->CollectSysCpuUsage(isNeedUpdate); };
in CollectSysCpuUsage()
48
if (
cpuCollector_
== nullptr) {
in GetSysCpuUsage()
51
auto task = [this] { return
cpuCollector_
->GetSysCpuUsage(); };
in GetSysCpuUsage()
58
if (
cpuCollector_
== nullptr) {
in CollectProcessCpuStatInfo()
61
auto task = [this, &pid, &isNeedUpdate] { return
cpuCollector_
->CollectProcessCpuStatInfo(pid, isNeedUpdate); };
in CollectProcessCpuStatInfo()
68
if (
cpuCollector_
== nullptr) {
in CollectCpuFrequency()
71
auto task = [this] { return
cpuCollector_
in CollectCpuFrequency()
[all...]
/base/hiviewdfx/hiview/plugins/unified_collector/task/
H
A
D
cpu_collection_task.cpp
57
cpuCollector_
= UCollectUtil::CpuCollector::Create();
in InitCpuCollector()
58
threadCpuCollector_ =
cpuCollector_
->CreateThreadCollector(getprocpid());
in InitCpuCollector()
91
auto processCpuStatInfo =
cpuCollector_
->CollectProcessCpuStatInfo(pid);
in CheckAndDumpTraceData()
111
auto cpuCollectionsResult =
cpuCollector_
->CollectProcessCpuStatInfos(true);
in CollectCpuData()
128
cpuCollector_
->CollectSysCpuUsage(true);
in CollectCpuData()
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H
A
D
cpu_decorator.h
28
std::shared_ptr<ThreadCpuCollector> threadCpuCollector = nullptr) :
cpuCollector_
(collector),
in CpuDecorator()
48
std::shared_ptr<CpuCollector>
cpuCollector_
;
member in OHOS::HiviewDFX::UCollectUtil::CpuDecorator
/base/hiviewdfx/hiview/plugins/unified_collector/task/include/
H
A
D
cpu_collection_task.h
45
std::shared_ptr<UCollectUtil::CpuCollector>
cpuCollector_
;
member in OHOS::HiviewDFX::CpuCollectionTask
/base/hiviewdfx/hiview/service/
H
A
D
hiview_service.h
78
std::shared_ptr<UCollectUtil::CpuCollector>
cpuCollector_
;
member in OHOS::HiviewDFX::HiviewService
H
A
D
hiview_service.cpp
47
cpuCollector_
= UCollectUtil::CpuCollector::Create();
in HiviewService()
473
CollectResult<double> cpuUsageRet =
cpuCollector_
->GetSysCpuUsage();
in GetSysCpuUsage()
Completed in 3 milliseconds