Home
last modified time | relevance | path

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

/external/chromium_org/base/test/
Dgtest_xml_util.cc177 std::string test_time_str; in ProcessGTestOutput() local
178 if (!xml_reader.NodeAttribute("time", &test_time_str)) in ProcessGTestOutput()
181 TimeDelta::FromMicroseconds(strtod(test_time_str.c_str(), NULL) * in ProcessGTestOutput()