Home | History | Annotate | Download | only in perf

Lines Matching full:ratio

1118 	printed += fprintf(fp,"              [ task - pid ]     [ events ] [ ratio ]  [ runtime ]\n");
1133 double ratio;
1138 ratio = (double)ttrace->nr_events / trace->nr_events * 100.0;
1141 if (ratio > 50.0)
1143 else if (ratio > 25.0)
1145 else if (ratio > 5.0)
1150 printed += color_fprintf(fp, color, "%5.1f%%", ratio);