Searched refs:hfs (Results 1 – 1 of 1) sorted by relevance
252 std::ofstream hfs; in writeToFile() local253 hfs.open(histogramName.str(), append ? std::ios::app : std::ios::trunc); in writeToFile()254 if (!hfs.is_open()) { in writeToFile()262 hfs << hist->first << ", "; in writeToFile()264 hfs << bucket->first / static_cast<double>(kJiffyPerMs) in writeToFile()267 hfs << ", "; in writeToFile()271 hfs << "\n"; in writeToFile()274 hfs.close(); in writeToFile()