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
defs:profileInfo
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/toolchain/tooling/test/
H
A
D
tracing_impl_test.cpp
61
auto
profileInfo
= tracing->End();
in HWTEST_F_L0()
local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/
H
A
D
samples_record_test.cpp
183
std::unique_ptr<ProfileInfo>
profileInfo
= samplesRecord.GetProfileInfoTest();
in HWTEST_F_L0()
local
[all...]
H
A
D
cpu_profiler_test.cpp
48
bool StopCpuProfilerForInfoTest(std::unique_ptr<struct ProfileInfo> &
profileInfo
)
in StopCpuProfilerForInfoTest()
argument
142
std::unique_ptr<ProfileInfo>
profileInfo
;
in HWTEST_F_L0()
local
181
std::unique_ptr<ProfileInfo>
profileInfo
= DFXJSNApi::StopCpuProfilerForInfo(instance);
in HWTEST_F_L0()
local
/arkcompiler/toolchain/tooling/agent/
H
A
D
profiler_impl.cpp
274
auto
profileInfo
= panda::DFXJSNApi::StopCpuProfilerForInfo(vm_);
in Stop()
local
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
H
A
D
tracing.cpp
67
std::unique_ptr<ProfileInfo>
profileInfo
= panda::DFXJSNApi::StopCpuProfilerForInfo(vm_);
in StopTracing()
local
129
void Tracing::TraceEventRecordCpuProfilerStart(struct ProfileInfo*
profileInfo
)
in TraceEventRecordCpuProfilerStart()
argument
143
void Tracing::TraceEventRecordCpuProfiler(struct ProfileInfo*
profileInfo
, int &nodePos, uint32_t &samplePos)
in TraceEventRecordCpuProfiler()
argument
175
TraceEventUpdateCpuProfiler(struct ProfileInfo *
profileInfo
)
TraceEventUpdateCpuProfiler()
argument
252
TraceEventRecordCpuProfilerEnd(struct ProfileInfo*
profileInfo
)
TraceEventRecordCpuProfilerEnd()
argument
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H
A
D
cpu_profiler.cpp
177
bool CpuProfiler::StopCpuProfilerForInfo(std::unique_ptr<struct ProfileInfo> &
profileInfo
)
in StopCpuProfilerForInfo()
argument
/arkcompiler/ets_runtime/ecmascript/napi/
H
A
D
dfx_jsnapi.cpp
745
std::unique_ptr<ProfileInfo>
profileInfo
;
in StopCpuProfilerForInfo()
local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H
A
D
pgo_profiler.cpp
571
ProfileTypeInfo *
profileInfo
= ProfileTypeInfo::Cast((profileCell->GetValue()).GetTaggedObject());
in HasValidExtraProfileTypeInfo()
local
/arkcompiler/toolchain/tooling/base/
H
A
D
pt_types.cpp
2741
std::unique_ptr<Profile> Profile::FromProfileInfo(const ProfileInfo &
profileInfo
)
in FromProfileInfo()
argument
[all...]
Completed in 13 milliseconds