/external/oprofile/libutil++/ |
string_manip.h | 56 * format_percent - smart format of double percentage value 69 format_percent(double value, size_t int_width,
|
string_manip.cpp | 107 format_percent(double value, size_t int_width, size_t fract_width, bool showpos) function
|
/external/oprofile/libutil++/tests/ |
string_manip_tests.cpp | 253 string result = format_percent(cur->input, percent_int_width, 255 check_result("format_percent()", cur->input, cur->output,
|
/external/oprofile/libpp/ |
format_output.cpp | 70 return ::format_percent(ratio * 100, percent_int_width, 106 format_map[ff_percent] = field_description(9, "%", &formatter::format_percent); 321 string formatter::format_percent(field_datum const & f) function in class:format_output::formatter 363 return ::format_percent(f.diff, percent_int_width,
|
format_output.h | 113 std::string format_percent(field_datum const &);
|
/external/oprofile/pp/ |
opreport.cpp | 229 cout << format_percent(ratio * 100, percent_int_width,
|
opannotate.cpp | 144 os << format_percent(op_ratio(count[i], total[i]) * 100.0,
|
/external/oprofile/ |
ChangeLog-2004 | 510 from the last format_percent() change 526 * libutil++/string_manip.cpp: format_percent() return "0" if
|
TODO | 130 o i18n. We need a good formatter, and also remember format_percent()
|
ChangeLog-2003 | 323 * pp/opreport.cpp: s/format_double/format_percent/ [all...] |