Home
last modified time | relevance | path

Searched refs:rate_ (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dallocation_inspector.h28 : rate_(rate), in AllocationInspector()
35 // When total at least *rate_* bytes have been allocated, this func can be called.
42 const uint64_t rate_; member in panda::ecmascript::AllocationInspector
H A Dallocation_inspector.cpp41 double stepSize = -std::log(random) * rate_; in GetNextStepSize()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_sampling.cpp24 rate_(interval), in HeapSampling()
26 allocationInspector_(heap_, rate_, this) in HeapSampling()
223 double scale = 1.0 / (1.0 - std::exp(-static_cast<double>(size) / rate_)); in AdjustSampleCount()
H A Dheap_sampling.h83 [[maybe_unused]] uint64_t rate_; member in panda::ecmascript::HeapSampling

Completed in 6 milliseconds