Home
last modified time | relevance | path

Searched refs:DROP_RATIO (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_buffer.cpp104 static const float DROP_RATIO = 0.05; in Insert() local
105 while (sizeByType[bufferType] > g_maxBufferSizeByType[bufferType] * (1 - DROP_RATIO) && in Insert()