changeset 7388b21d7eac in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=7388b21d7eac
description:
        tests: Disable descriptions in stat files

        Don't output verbose text descriptions in stat files when running
        tests. This saves a lot of space when storing reference data.

        Change-Id: I2a7ead4843586e800ecf83846694b73f0c356373
        Signed-off-by: Andreas Sandberg <[email protected]>
        Reviewed-by: Nikos Nikoleris <[email protected]>
        Reviewed-by: Sascha Bischoff <[email protected]>
        Reviewed-by: Curtis Dunham <[email protected]>
        Reviewed-by: Jason Lowe-Power <[email protected]>
        Reviewed-by: Tony Gutierrez <[email protected]>

diffstat:

 tests/testing/units.py |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r f9e3be6b1634 -r 7388b21d7eac tests/testing/units.py
--- a/tests/testing/units.py    Mon Feb 27 11:24:59 2017 +0000
+++ b/tests/testing/units.py    Mon Feb 27 11:25:00 2017 +0000
@@ -146,6 +146,7 @@
         gem5_cmd = [
             self.gem5,
             "-d", self.test_dir,
+            "--stats-file", "text://stats.txt?desc=False",
             "-re",
         ] + self.args
 
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to