I have a simple 2D scene (at least I think it is), running at a low 30 fps on my nice laptop... :/
I tried the profiler, and I don't understand where this came from.
The IDLE time is 51ms, which make sense for my 30 fps.
In the Script Functions section, I have a inclusive time of 4.03 ms.
Is this time includes all the scripts called under it (inclusive) ?
There are a couple of other functions near 2 ms, but nothing sum up to 50ms.
Also, I have 570 calls to a specific function, but the total is only 1.35ms
Where the remaining time can come from ?
The Frame Time is the total time ? It includes all the calls ? ( 0.1ms x 100 call = 10ms Frame Time ?)

Thanks for your help.