Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/qps/
Dreport.h116 : Reporter(name), report_file_(report_file) {} in JsonReporter()
127 const string report_file_; variable
Dreport.cc169 std::ofstream output_file(report_file_); in ReportQPS()