Searched refs:Sample (Results 1 – 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_sampling.h | 33 struct Sample { struct 34 Sample(size_t size, uint32_t nodeId, uint64_t ordinal, unsigned int count) in Sample() argument 55 CVector<struct Sample> samples_; argument
|
D | heap_sampling.cpp | 52 …samplingInfo_->samples_.emplace_back(Sample(size, node->id_, CreateSampleId(), AdjustSampleCount(s… in ImplementSampling()
|
/arkcompiler/runtime_core/libpandabase/ |
D | README.md | 34 panda::PandArg<bool> pab("bool", false, "Sample boolean argument"); 36 …PandArgCompound arg("compound", "Sample boolean argument", {&sub_bool_arg, &sub_int_ar… 116 Sample parser usage: 143 Sample command line usage:
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_encoder.cpp | 68 pandaFileInfos_->Sample(checksum); in SamplePandaFileInfo()
|
D | pgo_profiler_info.h | 273 void Sample(uint32_t checksum) in Sample() function
|
D | pgo_profiler_info.cpp | 241 Sample(result); in ParseFromText()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
D | pgo_profiler_test.cpp | 113 HWTEST_F_L0(PGOProfilerTest, Sample) in HWTEST_F_L0() argument 575 pandaFileInfos->Sample(0x34556738); in HWTEST_F_L0()
|
/arkcompiler/toolchain/tooling/test/ |
D | pt_types_test.cpp | 850 Sample sampleInfo(12024, 19, 1, 2); in HWTEST_F_L0()
|
/arkcompiler/runtime_core/docs/ |
D | assembly_format.md | 496 ## Appendix A, Informative: Code Layout Sample
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_types.cpp | 2271 const CVector<struct Sample> &samples = samplingInfo->samples_; in FromSamplingInfo()
|
/arkcompiler/ets_frontend/testTs/ |
D | test-case.patch | 4411 +// Sample from
|