Searched refs:report_file_ (Results 1 – 4 of 4) sorted by relevance
57 : report_file_(fname, test_name) { in TestReporter()62 if (report_file_.IsClosed()) return Status::OK(); in Close()66 TF_RETURN_IF_ERROR(report_file_.Append(entries.SerializeAsString())); in Close()69 return report_file_.Close(); in Close()74 if (report_file_.IsClosed()) return Status::OK(); in Benchmark()83 if (report_file_.IsClosed()) return Status::OK(); in SetProperty()89 if (report_file_.IsClosed()) return Status::OK(); in SetProperty()95 if (report_file_.IsClosed()) return Status::OK(); in AddMetric()102 Status TestReporter::Initialize() { return report_file_.Initialize(); } in Initialize()
125 TestReportFile report_file_; variable
116 : Reporter(name), report_file_(report_file) {} in JsonReporter()127 const string report_file_; variable
169 std::ofstream output_file(report_file_); in ReportQPS()