- Home /
Huge "other" in Gpu Profile !
Hello , look at this images ! Why I have Huge "other" in GPU Profile? What is "other" relates to ? then look CPU Usage, how much "gfx wait for present" is there ?! Why ? My Platform is currently Android , and I have Pro version of unity. My game is 2d and i am developing a runner game.
Answer by youvisit · Sep 01, 2015 at 04:01 PM
For me it was the Editor rendering, solved by making the Unity editor very small.
Answer by eastes · Jul 26, 2017 at 02:21 PM
Compare it to an empty scene. I my empty scene, "other" was still maxed out, indicating that is linked directly to VSynch of some description.
Answer by Pawscal · May 13, 2014 at 05:06 PM
I'm gessing there is not much stuff going in your scene as everything but the "other" stuff is taking about 1 ms to process. I dont know what the "other" stuff is, but since it's taking only 3ms to process, i would not worry too much about it unless your FPS gets too low ;)
Ok its ok , but what is "other" I want to know it for next games . thanks.
Answer by MCoburn · May 09, 2015 at 03:12 PM
Other may be garbage collection or stuff being recycled in memory. 32ms is acceptable, you should only complain if the other peaks above 100ms and/or causes hitching.
Your answer
Follow this Question
Related Questions
How to know if my game is CPU or GPU bounded without GPU Profiler module. 1 Answer
GPU usage mismatch 1 Answer
Profiling CPU Usage for improving FPS? 0 Answers
High GPU Usage 2 Answers
how to i off load rendering to my gpu? 0 Answers