Searched refs:output_path_ (Results 1 – 2 of 2) sorted by relevance
275 output_path_(output_path), in TraceAnalyzer()366 output_path_ + "/" + FLAGS_output_prefix + "-human_readable_trace.txt"; in PrepareProcessing()378 output_path_ + "/" + FLAGS_output_prefix + "-qps_stats.txt"; in PrepareProcessing()385 output_path_ + "/" + FLAGS_output_prefix + "-cf_qps_stats.txt"; in PrepareProcessing()1441 path = output_path_ + "/" + FLAGS_output_prefix + "-" + type + "-" + cf_name + in CreateOutputFile()
206 std::string output_path_; variable