- Home /
Question by
fmessaoudi · May 28, 2015 at 12:16 PM ·
script.profilerfunction callcpu usage
function calls for each frame in the scene
Trying to know what are the functions used in each frame, I profiled my scene with deep profiling, and I saw the same functions are used for all the frames in the scene, and I saw also something bizard which is: some functions are called (Calls = 1,2 or 4) but not used (Total = 0.00%, Self = 0.00%, GC Alloc = 0B, Time ms = 0.00 and Self ms = 0.00) and further more I didn't saw my functions written in the scripts on the profiler window???
Comment
Your answer
Follow this Question
Related Questions
Bottleneck not shown in Unity Profiler 1 Answer
Huge "other" in Gpu Profile ! 4 Answers
help with reducing cpu usage 1 Answer
Saving the Overview part of the profiler 0 Answers