Searched refs:next_instruction_path (Results 1 – 1 of 1) sorted by relevance
130 std::string next_instruction_path = ComputeNextInstructionPath(instruction_path); in PrintStatisticsTableContent() local132 std::count(next_instruction_path.begin(), next_instruction_path.end(), '/'); in PrintStatisticsTableContent()136 std::size_t first_truncate_pos = next_instruction_path.find('/'); in PrintStatisticsTableContent()137 next_instruction_path = ".." + next_instruction_path.substr(first_truncate_pos); in PrintStatisticsTableContent()143 std::cout << std::setw(70) << std::left << next_instruction_path << std::right; in PrintStatisticsTableContent()161 sub_result->PrintStatisticsTableContent(next_instruction_path, measurement_name); in PrintStatisticsTableContent()289 std::string next_instruction_path = ComputeNextInstructionPath(instruction_path); in PrintHistograms() local291 std::cout << "Instruction path: " << next_instruction_path; in PrintHistograms()315 sub_result->PrintHistograms(next_instruction_path); in PrintHistograms()338 std::string next_instruction_path = ComputeNextInstructionPath(instruction_path); in PrintStatisticInCsv() local[all …]