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:GetCpuUsage
(Results
1 - 9
of
9
) sorted by relevance
/developtools/profiler/hidebug/frameworks/native/include/
H
A
D
hidebug_native_interface.h
45
virtual double
GetCpuUsage
() = 0;
/developtools/profiler/host/smartperf/client/client_command/include/
H
A
D
CPU.h
46
std::vector<CpuUsageInfos>
GetCpuUsage
();
/developtools/profiler/hidebug/frameworks/native/src/
H
A
D
hidebug_native_interface_impl.cpp
45
double
GetCpuUsage
() override;
66
double HidebugNativeInterfaceImpl::
GetCpuUsage
()
in GetCpuUsage()
function in OHOS::HiviewDFX::HidebugNativeInterfaceImpl
70
float tmpCpuUsage = dumpUsage->
GetCpuUsage
(pid);
in GetCpuUsage()
/developtools/profiler/host/smartperf/client/client_command/
H
A
D
CPU.cpp
46
std::vector<CpuUsageInfos> workLoads =
GetCpuUsage
();
in ItemData()
116
std::vector<CpuUsageInfos> CPU::
GetCpuUsage
()
in GetCpuUsage()
function in OHOS::SmartPerf::CPU
/developtools/profiler/hidebug/frameworks/hidebug_ndk/
H
A
D
hidebug_ndk.cpp
28
double cpuUsage = OHOS::HiviewDFX::HidebugNativeInterface::CreateInstance()->
GetCpuUsage
();
in OH_HiDebug_GetAppCpuUsage()
/developtools/profiler/hidebug/interfaces/cj/
H
A
D
hidebug_ffi.cpp
159
return dumpUsage->
GetCpuUsage
(pid);
in FfiHidebugGetCpuUsage()
/developtools/profiler/host/smartperf/client/client_command/test/unittest/
H
A
D
sp_daemon_test.cpp
61
std::vector<CpuUsageInfos> getCpuUsage = cpu.
GetCpuUsage
();
in HWTEST_F()
/developtools/profiler/device/plugins/cpu_plugin/test/unittest/
H
A
D
cpu_data_plugin_unittest.cpp
231
void
GetCpuUsage
(TestCpuUsage& cpuUsage, int64_t Hz)
in GetCpuUsage()
function
294
GetCpuUsage
(cpuUsage, Hz);
in HWTEST_F()
/developtools/profiler/hidebug/interfaces/js/kits/napi/
H
A
D
napi_hidebug.cpp
495
napi_value
GetCpuUsage
(napi_env env, napi_callback_info info)
in GetCpuUsage()
function
501
double cpuUsage = dumpUsage->
GetCpuUsage
(pid);
in GetCpuUsage()
1133
DECLARE_NAPI_FUNCTION("getCpuUsage",
GetCpuUsage
),
in DeclareHiDebugInterface()
Completed in 8 milliseconds