Home
last modified time | relevance | path

Searched refs:typeOfValue_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
H A Dhistogram-inl.h28 : typeOfValue_(typeOfValue) in SimpleHistogram()
39 statistic << "Sum: " << helpers::ValueConverter(sum_, typeOfValue_) << " "; in GetGeneralStatistic()
40 statistic << "Avg: " << helpers::ValueConverter(GetAvg(), typeOfValue_) << " "; in GetGeneralStatistic() local
41 statistic << "Max: " << helpers::ValueConverter(max_, typeOfValue_); in GetGeneralStatistic()
H A Dhistogram.h34 : typeOfValue_(typeOfValue) in SimpleHistogram()
104 helpers::ValueType typeOfValue_; member in ark::SimpleHistogram

Completed in 1 milliseconds