Skip to content
Snippets Groups Projects
Commit 22b27ea4 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Enhance debug output.

parent 4bd9472e
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ namespace hpp { ...@@ -20,7 +20,7 @@ namespace hpp {
namespace statistics { namespace statistics {
std::ostream& Bin::print (std::ostream& os) const std::ostream& Bin::print (std::ostream& os) const
{ {
return printValue (os) << " seen " << freq() << " time(s)."; return printValue (os << freq () << " - ");
} }
std::ostream& operator<< (std::ostream& os, const hpp::statistics::Bin& b) std::ostream& operator<< (std::ostream& os, const hpp::statistics::Bin& b)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment