We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is reference to the Run method, but it doesn't match the code.
The README says void Run(uint32_t n); but the code says void Run(int32_t cycles, uint64_t& cycleCount, CycleMethod cycleMethod = CYCLE_COUNT);.
void Run(uint32_t n);
void Run(int32_t cycles, uint64_t& cycleCount, CycleMethod cycleMethod = CYCLE_COUNT);
The text was updated successfully, but these errors were encountered:
Cycle counting was added as a feature but the README wasn't updated to reflect that.
Sorry, something went wrong.
No branches or pull requests
There is reference to the Run method, but it doesn't match the code.
The README says
void Run(uint32_t n);
but the code saysvoid Run(int32_t cycles, uint64_t& cycleCount, CycleMethod cycleMethod = CYCLE_COUNT);
.The text was updated successfully, but these errors were encountered: