Home
last modified time | relevance | path

Searched defs:percent (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dif_conversion.cpp119 auto percent = (minCounter * 100) / (trueCounter + falseCounter); in GetIfcLimit() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_stats.cpp39 uint16_t percent = round((1 - (allocatedNow * 1.0 / totalHeap)) * MAX_PERCENT); in GetStatistics() local
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h1961 const double percent = 100.0; in PrintMegaICStat() local