-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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 sometimes properly count time but sometimes not #29049
Labels
Milestone
Comments
Same here:
Edit: This is running on 3.2.2rc1 and Windows 10 |
Related to #23715. |
reach-satori
added a commit
to reach-satori/godot-prof-proj
that referenced
this issue
Apr 21, 2023
Fixes the issue by adding a mechanism by which the functions that were previously disappearing can be profiled too. This is optional with an editor setting, since collecting more information naturally slows the engine further while profiling. Fixes godotengine#23715, godotengine#40251, godotengine#29049
YuriSizov
pushed a commit
to reach-satori/godot-prof-proj
that referenced
this issue
Dec 19, 2023
Fixes the issue by adding a mechanism by which the functions that were previously disappearing can be profiled too. This is optional with an editor setting, since collecting more information naturally slows the engine further while profiling. Fixes godotengine#23715, godotengine#40251, godotengine#29049
GuybrushThreepwood-GitHub
pushed a commit
to GuybrushThreepwood-GitHub/godot
that referenced
this issue
Jan 27, 2024
Fixes the issue by adding a mechanism by which the functions that were previously disappearing can be profiled too. This is optional with an editor setting, since collecting more information naturally slows the engine further while profiling. Fixes godotengine#23715, godotengine#40251, godotengine#29049
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Godot version:
3.2.dev.custom_build. af731f8
OS/device including version:
Ubuntu 19.04
Issue description:
![Zrzut ekranu z 2019-05-20 22-53-30](https://user-images.githubusercontent.com/41945903/58051686-284abf00-7b53-11e9-93ef-d143afb8dfb3.png)
![Zrzut ekranu z 2019-05-20 22-52-56](https://user-images.githubusercontent.com/41945903/58051727-42849d00-7b53-11e9-909d-6125b1a4aaee.png)
When I check profiler, I got sometimes not properly time(Look at the Script Functions)
or this
this happens not all the time, here are correct time
![Zrzut ekranu z 2019-05-20 22-52-48](https://user-images.githubusercontent.com/41945903/58051783-65af4c80-7b53-11e9-9468-241051fbbc81.png)
The text was updated successfully, but these errors were encountered: