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:isProfiling_
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H
A
D
cpu_profiler.cpp
75
if (
isProfiling_
) {
in StartCpuProfilerForInfo()
113
isProfiling_
= true;
in StartCpuProfilerForInfo()
122
if (
isProfiling_
) {
in StartCpuProfilerForFile()
171
isProfiling_
= true;
in StartCpuProfilerForFile()
180
if (!
isProfiling_
) {
in StopCpuProfilerForInfo()
181
LOG_ECMA(WARN) << "CpuProfiler::StopCpuProfilerForInfo, not
isProfiling_
";
in StopCpuProfilerForInfo()
197
isProfiling_
= false;
in StopCpuProfilerForInfo()
211
if (!
isProfiling_
) {
in StopCpuProfilerForFile()
212
LOG_ECMA(WARN) << "CpuProfiler::StopCpuProfilerForFile, not
isProfiling_
";
in StopCpuProfilerForFile()
228
isProfiling_
in StopCpuProfilerForFile()
[all...]
H
A
D
cpu_profiler.h
131
bool
isProfiling_
= false;
member in panda::ecmascript::CpuProfiler
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H
A
D
heap_profiler.cpp
116
isProfiling_
= false;
in HeapProfiler()
130
if (
isProfiling_
) {
in AllocationEvent()
141
if (
isProfiling_
) {
in MoveEvent()
192
isProfiling_
= true;
in DoDump()
721
isProfiling_
= true;
in DumpHeapSnapshot()
739
isProfiling_
= true;
in StartHeapTracking()
802
isProfiling_
= false;
in StopHeapTracking()
H
A
D
heap_profiler.h
195
bool
isProfiling_
{false};
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/
H
A
D
cpu_profiler_test.cpp
30
cpu_profiler.
isProfiling_
= isProfiling;
in SetIsProfiling()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
ecma_vm.h
625
isProfiling_
= state;
in SetProfilerState()
630
return
isProfiling_
;
in GetProfilerState()
915
bool
isProfiling_
{false};
H
A
D
js_thread.h
560
isProfiling_
= isProfiling;
565
return
isProfiling_
;
1595
bool
isProfiling_
{false};
H
A
D
js_thread.cpp
790
if (needProfiling_.load() && !
isProfiling_
) {
in CheckSafepoint()
Completed in 10 milliseconds