"Profiling your C# code" in c_sharp_basics.rst

This commit is contained in:
Ivan.Shakhov
2019-12-25 00:19:28 +01:00
parent 5579022cd7
commit 3e7de6e92b

View File

@@ -259,3 +259,9 @@ msbuild to use, run:
.. code-block:: none
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>`_.