Home
last modified time | relevance | path

Searched defs:samplingInterval (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_sampling_test.cpp58 uint64_t samplingInterval = 1 << 15; // default interval in HWTEST_F_L0() local
69 uint64_t samplingInterval = 1 << 15; // default interval in HWTEST_F_L0() local
83 uint64_t samplingInterval = 1 << 15; // default interval in HWTEST_F_L0() local
93 uint64_t samplingInterval = 1 << 15; // default interval in HWTEST_F_L0() local
[all...]
/arkcompiler/toolchain/tooling/agent/
H A Dheapprofiler_impl.cpp369 uint64_t samplingInterval = static_cast<uint64_t>(params.GetSamplingInterval()); in StartSampling() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp392 uint64_t samplingInterval = 32768; in HWTEST_F_L0() local
401 uint64_t samplingInterval = 32768; in HWTEST_F_L0() local
413 uint64_t samplingInterval = 32768; in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/base/
H A Dpt_params.cpp908 double samplingInterval; in Create() local
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp868 bool DFXJSNApi::StartSampling([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] uint64_t samplingInterval) in StartSampling() argument
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.cpp924 bool HeapProfiler::StartHeapSampling(uint64_t samplingInterval, int stackDepth) in StartHeapSampling() argument

Completed in 8 milliseconds