How debug in the Debugger Object Drawn and Vertices Drawn?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Bishop

I want debug this…I have Profiler Start ON but in the Monitors after game run and stop nothing showed , Object Drawn = 0 and Vertices Drawn 0 too.
How monitor this objects in runtime.
Debugger isn’t clear to me…mainly Monitors.
Thanks.

looks like this two drawns isn’t counting real-time from Monitor
I tried print(Performance.get_monitor(10)) …which is Object node counter (all instanced nodes + nodes not in the tree.
…but how to count only instanced nodes currently in the tree?..another option is 8 (object count) but
it count currently instanced nodes (which I need ) but also objects.

Bishop | 2019-02-15 14:50