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

Eagerly load self-profile files #1798

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Kobzol
Copy link
Contributor

@Kobzol Kobzol commented Jan 9, 2024

After the recent self-profile refactorings, I thought that we might simplify the self-profile handling even more, by eagerly loading the self-profile file into memory, which avoids the hack with generating a unique self-profile directory.

This also simplifies code.

…ique-dir"

This reverts commit 66faa28, reversing
changes made to cd37384.
This means that we can avoid generating a unique directory for the self-profiles (reverted in the last commit), and we also avoid loading the self-profile files twice from disk. The disadvantage is that all self-profiles for a single benchmark (so for all combinations of profiles and scenarios) is now held in memory. But I think that shouldn't be an issue.
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