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:DumpCpuProfile
(Results
1 - 12
of
12
) sorted by relevance
/foundation/filemanagement/app_file_service/tests/mock/backup_ext/include/
H
A
D
js_runtime_mock.h
29
MOCK_METHOD(void,
DumpCpuProfile
, ());
/foundation/ability/ability_runtime/test/mock/frameworks_kits_runtime_test/
H
A
D
mock_runtime.h
60
void
DumpCpuProfile
() override
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H
A
D
runtime.h
90
virtual void
DumpCpuProfile
() = 0;
H
A
D
cj_runtime.h
67
void
DumpCpuProfile
() override {};
H
A
D
js_runtime.h
83
void
DumpCpuProfile
() override;
/foundation/arkui/napi/native_engine/impl/ark/
H
A
D
ark_native_engine.h
241
void
DumpCpuProfile
() override;
H
A
D
ark_native_engine.cpp
1966
void ArkNativeEngine::
DumpCpuProfile
()
in DumpCpuProfile()
function in ArkNativeEngine
1968
DFXJSNApi::
DumpCpuProfile
(vm_);
in DumpCpuProfile()
/foundation/arkui/napi/native_engine/
H
A
D
native_engine.h
199
virtual void
DumpCpuProfile
() = 0;
/foundation/ability/ability_runtime/frameworks/native/runtime/
H
A
D
js_runtime.cpp
1173
void JsRuntime::
DumpCpuProfile
()
in DumpCpuProfile()
function in OHOS::AbilityRuntime::JsRuntime
1177
nativeEngine->
DumpCpuProfile
();
in DumpCpuProfile()
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H
A
D
js_runtime_test.cpp
1396
* @tc.desc: JsRuntime test for
DumpCpuProfile
.
1403
jsRuntime->
DumpCpuProfile
();
in HWTEST_F()
/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H
A
D
ext_backup_js_test.cpp
55
MOCK_METHOD(void,
DumpCpuProfile
, ());
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
main_thread.cpp
2523
runtime->
DumpCpuProfile
();
in HandleDumpHeap()
Completed in 19 milliseconds