Home
last modified time | relevance | path

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

/frameworks/av/media/libnblog/
DReportPerformance.cpp252 std::ofstream hfs; in writeToFile() local
253 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()