Searched refs:avg_time_stamp (Results 1 – 1 of 1) sorted by relevance
469 int64_t avg_time_stamp = time_slot.start / std::max(1, time_slot.count); in DumpTxt() local470 fout << avg_time_stamp << " "; in DumpTxt()479 int64_t avg_time_stamp = time_slot.end / std::max(1, time_slot.count); in DumpTxt() local480 fout << avg_time_stamp << " "; in DumpTxt()