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

Memory and Processor Consomption in the iconify module. #86

Open
ZouaouiB opened this issue Dec 16, 2023 · 0 comments
Open

Memory and Processor Consomption in the iconify module. #86

ZouaouiB opened this issue Dec 16, 2023 · 0 comments

Comments

@ZouaouiB
Copy link

Has anyone else experienced similar concerns with memory and processor consumption when using the iconify module?
Are there any best practices or optimizations that can be applied to address these concerns?

        iconify(
            self.ui.pushButton_earth_file,
            icon=os.path.join(base_path, r"extra_ressource\iconify_icone", "pushButton_earth_file.svg"),
            size=463,
            animation="spin",
            animateOn="all",
        )

        iconify(
            self.ui.pushButton_earth_points,
            icon=os.path.join(base_path, r"extra_ressource\iconify_icone", "pushButton_earth_points.svg"),
            size=440,
            animation="spin",
            animateOn="all",
        )

LOGS : Memory Usage: 799.13 MB for only 2 spin aniamtion !

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

No branches or pull requests

1 participant