Searched refs:traceValue (Results 1 – 1 of 1) sorted by relevance
137 TraceValue traceValue = convertUnits(typedValue.second); in logOutput() local138 const char* entry = (traceValue.count > 1) ? "entries" : "entry"; in logOutput()139 log.appendFormat(" %s: %.2f %s (%d %s)\n", typedValue.first, traceValue.value, in logOutput()140 traceValue.units, traceValue.count, entry); in logOutput()145 TraceValue traceValue = convertUnits(result->second); in logOutput() local146 const char* entry = (traceValue.count > 1) ? "entries" : "entry"; in logOutput()148 traceValue.value, traceValue.units, traceValue.count, entry); in logOutput()