Home
last modified time | relevance | path

Searched defs:allocationRate (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/common_interfaces/base/
Druntime_param.h73 double allocationRate; member
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1_analytics.cpp169 auto allocationRate = static_cast<double>(edenLength) / appTime; in ReportCollectionEnd() local