Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DAnalysis.cpp90 static constexpr auto DecimalSeparatorLen = 1; // '.' e.g. in writeMeasurementValue() local
92 static constexpr auto SerializationLen = MaxDigitCount + DecimalSeparatorLen; in writeMeasurementValue()