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

change to ordered timings over hashmap #232

Merged
merged 1 commit into from
Dec 25, 2024

Conversation

EriKWDev
Copy link
Contributor

@EriKWDev EriKWDev commented Dec 24, 2024

Closes #231

The motivation is that the order of the timings was information that got lost in the current approach but seems present in all implementations.

Same-named data was previously being merged (might have been concidered a feature), though considering how easy it is to get that behavior if so desired I think the blade API not imposing removal of information is better. I prefer reading timings in the order of submission which was previously only possible if names were kept somewhere else in order and if merged same-names were desired.

Particles demo tested on linux with vulkan as well as with metal on M4, macos. Gles compiles on linux.

@EriKWDev EriKWDev force-pushed the ErikWDev/ordered-timings branch from 512904a to 85defe5 Compare December 24, 2024 21:03
@kvark kvark merged commit 1b51f28 into kvark:main Dec 25, 2024
6 checks passed
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.

Access to ordered timings data
2 participants