I want to make a basic network profiler for my game so anyone can see how much data is being streamed in and out per second. The Godot editor already has this, but I cannot figure out how to print it during runtime. It doesn’t seem to be exposed.
I was told at some point that the Godot editor is made in the Godot engine, so surely it must be exposed somewhere.
If it can be integrated into the game and displayed in relation to the game, it will be very convenient. Much more convenient than trying to extract the necessary information from a third-party program.