Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CLI arguments for cycles related options #80

Merged
merged 3 commits into from
Oct 29, 2024

Conversation

branylagaffe
Copy link
Collaborator

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

@branylagaffe branylagaffe requested a review from a team October 29, 2024 14:16
@branylagaffe branylagaffe self-assigned this Oct 29, 2024
@branylagaffe branylagaffe merged commit 42e8ae1 into maintainer/bryan Oct 29, 2024
6 checks passed
branylagaffe added a commit that referenced this pull request Oct 31, 2024
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
@branylagaffe branylagaffe deleted the feat/delay-log branch November 28, 2024 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant