Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/mem/gc/gc-hung/
Dgc_hung.cpp208 using RESULT_DURATION = std::chrono::duration<uint64_t, std::deca>; in CheckFrequency() typedef
241 using RESULT_DURATION = std::chrono::duration<uint64_t, std::deca>; in CheckOvertime() typedef
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_stats.cpp190 using RESULT_DURATION = std::chrono::duration<double, PERIOD>; in ConvertTimeToPeriod() typedef
193 using RESULT_DURATION = std::chrono::duration<uint64_t, PERIOD>; in ConvertTimeToPeriod() typedef