D | perf_test.cc | 20 const std::string& units, in ResultsToString() argument 22 // <*>RESULT <graph_name>: <trace_name>= <value> <units> in ResultsToString() 23 // <*>RESULT <graph_name>: <trace_name>= {<mean>, <std deviation>} <units> in ResultsToString() 24 // <*>RESULT <graph_name>: <trace_name>= [<value>,value,value,...,] <units> in ResultsToString() 28 units.c_str()); in ResultsToString() 37 const std::string& units, in PrintResultsImpl() argument 41 prefix, suffix, units, important).c_str()); in PrintResultsImpl() 53 const std::string& units, in PrintResult() argument 56 std::string(), std::string(), units, important); in PrintResult() 63 const std::string& units, in PrintResult() argument [all …]
|