Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | split parameters for logging and tuning | Patrick Venture | 2019-05-08 | 1 | -2/+4 |
| | | | | | | | | | add a flag to enable/disable tuning: default off add an option for specifying a folder for outputting logs. Closes: #10 Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I43864768f1dee8672f13288d3cf5a0c87c373aed | ||||
* | add tuning enable variable | Patrick Venture | 2019-02-28 | 1 | -0/+20 |
Add a variable that when set, enables tuning logging. This variable is set to false. Tuning can be enabled via "-t" "--tuning" on the command line. With a parameter is the path where to write the logging information. Change-Id: I6eb8035d56cc3301face21e9375c02fc9fcc5b31 Signed-off-by: Patrick Venture <venture@google.com> |