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

Profiler should list functions in inverse order. #25328

Closed
Ranoller opened this issue Jan 25, 2019 · 2 comments
Closed

Profiler should list functions in inverse order. #25328

Ranoller opened this issue Jan 25, 2019 · 2 comments

Comments

@Ranoller
Copy link
Contributor

Godot version:

Master

OS/device including version:

All

Issue description:

Profiler shows script functions in time-ascendent way. Usual propose of profiler is to know what parts of code are more expensive to the processor, so this order is nonsense, should list functions from more expensive ones to less. Autoscroll doesn´t help with that because allways rise the list to the top and you can´t follow the bottom functions (the more expensives ones).... I think this change is not new functionality, not difficult to achieve and can be adressed before 3.1 launch because (not compatibility breaking or functionality change).

@Zylann
Copy link
Contributor

Zylann commented Jan 25, 2019

Also mentionned in #5682

@akien-mga
Copy link
Member

Fixed by #25354.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants