Lines Matching defs:overall_time
137 gcov_type overall_time = 0, cumulated_time = 0, cumulated_size = 0,
143 overall_time += histogram[i]->count * histogram[i]->time;
146 if (!overall_time)
147 overall_time = 1;
157 cumulated_time * 100.0 / overall_time,
766 gcov_type overall_time = 0, cutoff = 0, cumulated = 0, overall_size = 0;
777 overall_time += histogram[i]->count * histogram[i]->time;
781 if (overall_time)
785 cutoff = (overall_time * param_hot_bb_count_ws_permille + 500) / 1000;
807 cumulated_time * 100.0 / overall_time,