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

fddev: add bench command #1038

Merged
merged 1 commit into from
Dec 8, 2023
Merged

fddev: add bench command #1038

merged 1 commit into from
Dec 8, 2023

Conversation

mmcgee-jump
Copy link
Contributor

No description provided.

@mmcgee-jump mmcgee-jump added this to the [M1.5] Frankendancer milestone Dec 8, 2023
@mmcgee-jump mmcgee-jump force-pushed the mmcgee/bench branch 3 times, most recently from 7dbc04a to 05366cb Compare December 8, 2023 17:52

ushort i;
for( i=0; i<128; i++ ) {
int found = 0;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
int found = 0;
int in_use = 0;

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can return a core that the CPU doesn't have, right?

@mmcgee-jump mmcgee-jump added this pull request to the merge queue Dec 8, 2023
Merged via the queue into main with commit 198da97 Dec 8, 2023
9 checks passed
@mmcgee-jump mmcgee-jump deleted the mmcgee/bench branch December 8, 2023 19:02
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.

3 participants