Searched refs:PerSnippetValue (Results 1 – 3 of 3) sorted by relevance
230 BM.PerSnippetValue *= static_cast<double>(Instructions.size()) / in runConfiguration()251 Measurement.PerSnippetValue = in runConfiguration()252 std::min(Measurement.PerSnippetValue, NewMeasurement.PerSnippetValue); in runConfiguration()
228 Io.mapOptional("per_snippet_value", Obj.PerSnippetValue); in mapping()427 return std::tie(A.Key, A.PerInstructionValue, A.PerSnippetValue) == in operator ==()428 std::tie(B.Key, B.PerInstructionValue, B.PerSnippetValue); in operator ==()
56 double PerSnippetValue; member