Lines Matching refs:next_instruction_path
125 std::string next_instruction_path = ComputeNextInstructionPath(instruction_path); in PrintStatisticsTableContent() local
127 std::count(next_instruction_path.begin(), next_instruction_path.end(), '/'); in PrintStatisticsTableContent()
131 std::size_t first_truncate_pos = next_instruction_path.find('/'); in PrintStatisticsTableContent()
132 next_instruction_path = ".." + next_instruction_path.substr(first_truncate_pos); in PrintStatisticsTableContent()
138 std::cout << std::setw(70) << std::left << next_instruction_path << std::right; in PrintStatisticsTableContent()
156 sub_result->PrintStatisticsTableContent(next_instruction_path, measurement_name); in PrintStatisticsTableContent()
278 std::string next_instruction_path = ComputeNextInstructionPath(instruction_path); in PrintHistograms() local
280 std::cout << "Instruction path: " << next_instruction_path; in PrintHistograms()
304 sub_result->PrintHistograms(next_instruction_path); in PrintHistograms()
327 std::string next_instruction_path = ComputeNextInstructionPath(instruction_path); in PrintStatisticInCsv() local
330 csv_stream << next_instruction_path; in PrintStatisticInCsv()
341 sub_result->PrintStatisticInCsv(csv_stream, next_instruction_path, measurements_names); in PrintStatisticInCsv()