Browse Source

"Profiling your C# code" in c_sharp_basics.rst

Ivan.Shakhov 5 years ago
parent
commit
3e7de6e92b
1 changed files with 6 additions and 0 deletions
  1. 6 0
      getting_started/scripting/c_sharp/c_sharp_basics.rst

+ 6 - 0
getting_started/scripting/c_sharp/c_sharp_basics.rst

@@ -259,3 +259,9 @@ msbuild to use, run:
 .. code-block:: none
 .. code-block:: none
 
 
     msbuild /t:restore
     msbuild /t:restore
+
+Profiling your C# code
+-----------------------------
+
+- `Mono log profiler <https://www.mono-project.com/docs/debug+profile/profile/profiler/>`_ is available via `this PR <https://github.com/godotengine/godot/pull/26513>`_
+- External Mono profiler like `JetBrains dotTrace <https://www.jetbrains.com/profiler/>`_ can be used as described `here <https://github.com/godotengine/godot/pull/34382>`_.