Home | History | Annotate | Download | only in src

Lines Matching full:outfile

702         std::ofstream outfile((perf_validation_results_directory + perf_validation_results_outfile).c_str());
706 outfile << i->second << ';';
707 outfile << i->first << std::endl;
709 outfile.close();