-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add CLI arguments for cycles related options (#80)
This adds a parser for the new command line format. ``` libqflex mode timing lib-path ${ROOT}/../out/lib/Debug/libknottykraken.so cfg-path ${ROOT}/../timing.cfg cycles 1000000:100000:100000 debug vverb ${EXTRA} ``` The lines `cycles 1000000:100000:100000`, represents `cycles until stop, statistic dump interval, delay before logging` The parser allows having empty values. But require the 1st to be always set
- Loading branch information
Showing
19 changed files
with
69 additions
and
5,295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.