diff options
| author | Rémi Verschelde | 2017-01-14 18:03:38 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-01-16 08:49:52 +0100 |
| commit | f44ee891beaad397481dd88da41cb80e6539774f (patch) | |
| tree | 82ce10e73d3b1da6229618ce93222ee49e34841b /core/script_debugger_local.cpp | |
| parent | e2a3f06f3d0c49d87b86c12407d69174b58ae448 (diff) | |
| download | godot-f44ee891beaad397481dd88da41cb80e6539774f.tar.gz godot-f44ee891beaad397481dd88da41cb80e6539774f.tar.zst godot-f44ee891beaad397481dd88da41cb80e6539774f.zip | |
Diffstat (limited to 'core/script_debugger_local.cpp')
| -rw-r--r-- | core/script_debugger_local.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/script_debugger_local.cpp b/core/script_debugger_local.cpp index 5cce68af1..22aceac4c 100644 --- a/core/script_debugger_local.cpp +++ b/core/script_debugger_local.cpp @@ -287,7 +287,7 @@ void ScriptDebuggerLocal::profiling_end() { for(int i=0;i<ofs;i++) { print_line(itos(i)+":"+pinfo[i].signature); - float tt=USEC_TO_SEC(pinfo[i].total_time);; + float tt=USEC_TO_SEC(pinfo[i].total_time); float st=USEC_TO_SEC(pinfo[i].self_time); print_line("\ttotal_ms: "+rtos(tt)+"\tself_ms: "+rtos(st)+"total%: "+itos(tt*100/total_time)+"\tself%: "+itos(st*100/total_time)+"\tcalls: "+itos(pinfo[i].call_count)); } |
