Home
last modified time | relevance | path

Searched refs:format_percent (Results 1 – 10 of 10) sorted by relevance

/external/oprofile/libutil++/
Dstring_manip.h69 format_percent(double value, size_t int_width,
Dstring_manip.cpp107 format_percent(double value, size_t int_width, size_t fract_width, bool showpos) in format_percent() function
/external/oprofile/libpp/
Dformat_output.cpp70 return ::format_percent(ratio * 100, percent_int_width, in get_percent()
106 format_map[ff_percent] = field_description(9, "%", &formatter::format_percent); in formatter()
321 string formatter::format_percent(field_datum const & f) in format_percent() function in format_output::formatter
363 return ::format_percent(f.diff, percent_int_width, in format_diff()
Dformat_output.h113 std::string format_percent(field_datum const &);
/external/oprofile/libutil++/tests/
Dstring_manip_tests.cpp253 string result = format_percent(cur->input, percent_int_width, in format_percent_tests()
/external/oprofile/pp/
Dopreport.cpp229 cout << format_percent(ratio * 100, percent_int_width, in output_count()
Dopannotate.cpp144 os << format_percent(op_ratio(count[i], total[i]) * 100.0, in count_str()
/external/oprofile/
DChangeLog-2004510 from the last format_percent() change
526 * libutil++/string_manip.cpp: format_percent() return "0" if
DTODO130 o i18n. We need a good formatter, and also remember format_percent()
DChangeLog-2003323 * pp/opreport.cpp: s/format_double/format_percent/
3866 * libutil++/string_manip.cpp: replace format_percent() by
4813 format_percent().