changeset 68b47cb5c0a6 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=68b47cb5c0a6
description:
        stats: Remove printing of SparseHist total

        This patch removes the printing of the SparseHist total in the
        stats.txt output file. This has been removed as a sparse histogram has
        no total, and therefore this was printing out the value of a
        non-local, unrelated variable.

diffstat:

 src/base/stats/text.cc |  7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diffs (17 lines):

diff -r 5fe711f40d18 -r 68b47cb5c0a6 src/base/stats/text.cc
--- a/src/base/stats/text.cc    Tue Jun 25 00:32:04 2013 -0500
+++ b/src/base/stats/text.cc    Thu Jun 27 05:49:49 2013 -0400
@@ -686,13 +686,6 @@
         print.value = (*it).second;
         print(stream);
     }
-
-    print.pdf = NAN;
-    print.cdf = NAN;
-
-    print.name = base + "total";
-    print.value = total;
-    print(stream);
 }
 
 void
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to