- Home /
Question by
dd3kk · Mar 17, 2013 at 12:21 PM ·
performanceprofilercpuother
Profiler Windows - What is "Others"
what is actually the words "Others" in the CPU usage in the profiler window? Sometimes during my test it increase, and i don't understand what should I go check to keep it balanced.
Thanks
Comment
it's infuriating :)
SO$$anonymous$$ETI$$anonymous$$ES it's just your editor window working. try making the "editor view" much smaller and see if it changes things.
Answer by Kiloblargh · Mar 10, 2014 at 12:08 AM
Debug.Log, for one thing. Shows up as LogStringToConsole.
If you have loop in Update logging multiple values, this could be taking up 25-30% of your CPU consistently.