stats: allow printing vectors on a single line
authorNilay Vaish <nilay@cs.wisc.edu>
Sun, 9 Jun 2013 12:29:57 +0000 (07:29 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Sun, 9 Jun 2013 12:29:57 +0000 (07:29 -0500)
commitf2b5b4c8cc31068c40fc9da04da6eb20e23bc091
tree8fec04a492db5018327b1dce2091aeb8c9ff0315
parentb5d315518c2de124fd53b6f6dde53d5c55b2c845
stats: allow printing vectors on a single line
This patch adds a new flag to specify if the data values for a given vector
should be printed in one line in the stats.txt file. The default behavior
will be to print the data in multiple lines. It makes changes to print
functions to enforce this behavior.
src/base/stats/info.hh
src/base/stats/text.cc