Lines Matching refs:header
346 const std::string header = in WriteMissRatioCurves() local
349 out << header << std::endl; in WriteMissRatioCurves()
464 std::string header("time"); in WriteMissRatioTimeline() local
466 header += ","; in WriteMissRatioTimeline()
467 header += std::to_string(now); in WriteMissRatioTimeline()
469 out << header << std::endl; in WriteMissRatioTimeline()
530 std::string header("time"); in WriteMissTimeline() local
532 header += ","; in WriteMissTimeline()
533 header += std::to_string(now); in WriteMissTimeline()
535 out << header << std::endl; in WriteMissTimeline()
668 std::string header( in WriteCorrelationFeaturesToFile() local
672 out << header << std::endl; in WriteCorrelationFeaturesToFile()
900 std::string header("time"); in WriteAccessTimeline() local
903 header += ","; in WriteAccessTimeline()
904 header += std::to_string(now); in WriteAccessTimeline()
906 out << header << std::endl; in WriteAccessTimeline()
928 header += ","; in WriteAccessTimeline()
929 header += std::to_string(now); in WriteAccessTimeline()
931 out << header << std::endl; in WriteAccessTimeline()
985 std::string header("bucket"); in WriteReuseDistance() local
987 header += ","; in WriteReuseDistance()
988 header += label_it.first; in WriteReuseDistance()
990 out << header << std::endl; in WriteReuseDistance()
1051 std::string header("bucket"); in WriteStatsToFile() local
1053 header += ","; in WriteStatsToFile()
1054 header += label_it.first; in WriteStatsToFile()
1056 out << header << std::endl; in WriteStatsToFile()
1242 std::string header("start_time"); in WriteBlockReuseTimeline() local
1244 header += ","; in WriteBlockReuseTimeline()
1245 header += std::to_string(start_time); in WriteBlockReuseTimeline()
1247 out << header << std::endl; in WriteBlockReuseTimeline()
1304 std::string header("caller"); in WritePercentAccessSummaryStats() local
1306 header += ","; in WritePercentAccessSummaryStats()
1307 header += cf_name.first; in WritePercentAccessSummaryStats()
1309 out << header << std::endl; in WritePercentAccessSummaryStats()
1348 std::string header("level"); in WriteDetailedPercentAccessSummaryStats() local
1350 header += ","; in WriteDetailedPercentAccessSummaryStats()
1351 header += cf_name.first; in WriteDetailedPercentAccessSummaryStats()
1353 out << header << std::endl; in WriteDetailedPercentAccessSummaryStats()
1371 std::string header("bt"); in WriteDetailedPercentAccessSummaryStats() local
1373 header += ","; in WriteDetailedPercentAccessSummaryStats()
1374 header += cf_name.first; in WriteDetailedPercentAccessSummaryStats()
1376 out << header << std::endl; in WriteDetailedPercentAccessSummaryStats()