Nathanael Premillieu has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/49670 )
Change subject: misc: advertise auto-compress debug output
......................................................................
misc: advertise auto-compress debug output
By appending .gz to the --debug-file debug output filename, it get
automatically
compressed while being written.
Advertise this feature in the --debug-file option help
Change-Id: I7a4696bc288a1f5ad9f47c6f8a2359b06b134d6f
---
M src/python/m5/main.py
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/python/m5/main.py b/src/python/m5/main.py
index 9342ad0..ab72395 100644
--- a/src/python/m5/main.py
+++ b/src/python/m5/main.py
@@ -143,7 +143,8 @@
option("--debug-end", metavar="TICK", type='int',
help="End debug output at TICK")
option("--debug-file", metavar="FILE", default="cout",
- help="Sets the output file for debug [Default: %default]")
+ help="Sets the output file for debug. Append '.gz' to the name for
it"
+ " to be compressed automatically [Default: %default]")
option("--debug-ignore", metavar="EXPR", action='append', split=':',
help="Ignore EXPR sim objects")
option("--remote-gdb-port", type='int', default=7000,
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/49670
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I7a4696bc288a1f5ad9f47c6f8a2359b06b134d6f
Gerrit-Change-Number: 49670
Gerrit-PatchSet: 1
Gerrit-Owner: Nathanael Premillieu <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s