HomeSort by relevance Sort by last modified time
    Searched refs:op_ratio (Results 1 - 7 of 7) sorted by null

  /external/oprofile/libpp/
diff_container.cpp 94 percent1 = op_ratio(sym1.sample.counts[i], total1[i]);
95 percent2 = op_ratio(sym2.sample.counts[i], total2[i]);
96 symbol.diffs[i] = op_ratio(percent2 - percent1, percent1);
profile_container.cpp 180 op_ratio(it->sample.counts[0], total_count[0]);
222 double const ratio = op_ratio(counts[0], total_count[0]);
callgraph_container.cpp 323 while (cit != cend && op_ratio(cit->sample.counts[0],
333 while (cit != cend && op_ratio(cit->sample.counts[0],
354 if (op_ratio(sym.sample.counts[0], total[0]) < threshold)
format_output.cpp 68 double ratio = op_ratio(dividend, divisor);
  /external/oprofile/libutil++/
utility.h 90 inline double op_ratio(double count, double total) function
  /external/oprofile/pp/
opannotate.cpp 144 os << format_percent(op_ratio(count[i], total[i]) * 100.0,
opreport.cpp 228 double ratio = op_ratio(count, total_count);

Completed in 122 milliseconds