mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 03:21:25 +00:00
[Debugger] Move most profilers to ServersDebugger.
Also splits bandwidth/rpc profiler (RPCProfiler is now in SceneDebugger).
This commit is contained in:
parent
789e648f4d
commit
87f4bbd668
19 changed files with 780 additions and 644 deletions
|
|
@ -47,7 +47,6 @@ MultiplayerCacheInterface *(*MultiplayerAPI::create_default_cache_interface)(Mul
|
|||
void MultiplayerAPI::profile_bandwidth(const String &p_inout, int p_size) {
|
||||
if (EngineDebugger::is_profiling("multiplayer")) {
|
||||
Array values;
|
||||
values.push_back("bandwidth");
|
||||
values.push_back(p_inout);
|
||||
values.push_back(OS::get_singleton()->get_ticks_msec());
|
||||
values.push_back(p_size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue