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:SamplingInfo
(Results
1 - 13
of
13
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H
A
D
heap_sampling.h
53
struct
SamplingInfo
{
struct
61
const struct
SamplingInfo
* GetAllocationProfile();
84
std::unique_ptr<struct
SamplingInfo
> samplingInfo_;
H
A
D
heap_profiler_interface.h
28
struct
SamplingInfo
;
65
virtual const struct
SamplingInfo
*GetAllocationProfile() = 0;
H
A
D
heap_sampling.cpp
28
samplingInfo_ = std::make_unique<struct
SamplingInfo
>();
in HeapSampling()
41
const struct
SamplingInfo
*HeapSampling::GetAllocationProfile()
in GetAllocationProfile()
H
A
D
heap_profiler.h
152
const struct
SamplingInfo
*GetAllocationProfile() override;
H
A
D
heap_profiler.cpp
940
const struct
SamplingInfo
*HeapProfiler::GetAllocationProfile()
in GetAllocationProfile()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H
A
D
dfx_jsnapi.h
39
struct
SamplingInfo
;
51
using
SamplingInfo
= ecmascript::
SamplingInfo
;
139
static const
SamplingInfo
*GetAllocationProfile(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H
A
D
heap_sampling_test.cpp
81
const
SamplingInfo
*result = heapProfile->GetAllocationProfile();
in HWTEST_F_L0()
100
const
SamplingInfo
*result = heapSampling->GetAllocationProfile();
in HWTEST_F_L0()
H
A
D
heap_dump_test.cpp
583
const struct
SamplingInfo
*GetAllocationProfile() override
/arkcompiler/ets_runtime/ecmascript/napi/test/
H
A
D
dfx_jsnapi_tests.cpp
411
const
SamplingInfo
*result = DFXJSNApi::GetAllocationProfile(vm_);
in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H
A
D
dfx_jsnapi.cpp
880
const
SamplingInfo
*DFXJSNApi::GetAllocationProfile([[maybe_unused]] const EcmaVM *vm)
in GetAllocationProfile()
/arkcompiler/toolchain/tooling/test/
H
A
D
pt_types_test.cpp
857
SamplingInfo
samplingInfo;
in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
H
A
D
pt_types.h
1958
static std::unique_ptr<SamplingHeapProfile> FromSamplingInfo(const
SamplingInfo
*samplingInfo);
H
A
D
pt_types.cpp
2379
const
SamplingInfo
*samplingInfo)
in FromSamplingInfo()
Completed in 20 milliseconds