Searched refs:next_instruction_path (Results 1 – 1 of 1) sorted by relevance
125 std::string next_instruction_path = ComputeNextInstructionPath(instruction_path); in PrintStatisticsTableContent() local127 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() local280 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[all …]