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:CpuStorage
(Results
1 - 5
of
5
) sorted by relevance
/base/hiviewdfx/hiview/plugins/unified_collector/storage/include/
H
A
D
cpu_storage.h
34
class
CpuStorage
{
class
36
CpuStorage
(const std::string& workPath);
37
~
CpuStorage
() = default;
60
}; //
CpuStorage
/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H
A
D
cpu_storage.cpp
34
DEFINE_LOG_TAG("HiView-
CpuStorage
");
252
CpuStorage
::
CpuStorage
(const std::string& workPath) : workPath_(workPath)
in CpuStorage()
function in OHOS::HiviewDFX::CpuStorage
262
void
CpuStorage
::InitDbStorePath()
in InitDbStorePath()
276
void
CpuStorage
::InitDbStore()
in InitDbStore()
290
void
CpuStorage
::StoreProcessDatas(const std::vector<ProcessCpuStatInfo>& cpuCollectionInfos)
in StoreProcessDatas()
305
void
CpuStorage
::StoreThreadDatas(const std::vector<ThreadCpuStatInfo>& cpuCollections)
in StoreThreadDatas()
316
void
CpuStorage
::StoreProcessData(const ProcessCpuStatInfo& cpuCollectionInfo,
in StoreProcessData()
335
void
CpuStorage
::StoreThreadData(const ThreadCpuStatInfo& cpuCollection)
in StoreThreadData()
350
void
CpuStorage
[all...]
/base/hiviewdfx/hiview/plugins/unified_collector/task/include/
H
A
D
cpu_collection_task.h
47
std::shared_ptr<
CpuStorage
> cpuStorage_;
/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/
H
A
D
cpu_storage_test.cpp
69
* @tc.desc:
CpuStorage
init test
76
std::shared_ptr cpuStorage = std::make_shared<
CpuStorage
>(DB_PATH);
in HWTEST_F()
86
* @tc.desc:
CpuStorage
store&report test
93
CpuStorage
cpuStorage(DB_PATH);
in HWTEST_F()
118
* @tc.desc:
CpuStorage
as RdbOpenCallback
142
* @tc.desc:
CpuStorage
test PowerStatusManager
/base/hiviewdfx/hiview/plugins/unified_collector/task/
H
A
D
cpu_collection_task.cpp
63
cpuStorage_ = std::make_shared<
CpuStorage
>(workPath_);
in InitCpuStorage()
Completed in 3 milliseconds