HomeSort by: relevance | last modified time | path
    Searched defs:csv (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
output_test_helper.cc 163 // It works by parsing the CSV output to read the results.
263 // a quick'n'dirty csv splitter (eliminating quotes)
419 auto &csv = TestCases[2]; local
421 CHECK(std::strcmp(csv.name, "CSVReporter") == 0);
422 internal::GetResultsChecker().CheckResults(csv.out_stream);
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
output_test_helper.cc 172 // It works by parsing the CSV output to read the results.
269 // a quick'n'dirty csv splitter (eliminating quotes)
428 auto& csv = TestCases[2]; local
430 CHECK(std::strcmp(csv.name, "CSVReporter") == 0);
431 internal::GetResultsChecker().CheckResults(csv.out_stream);

Completed in 17 milliseconds