How do you profile Mono projects.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Oikio

I’ve just started working on my first project with Godot and run into such issue. Looks like there is no info in Godot profiler when you are using Mono. Maybe I’m doing something wrong or it’s a common knowledge I’m not aware of.

So my question is: how do you profile Mono projects?

:bust_in_silhouette: Reply From: van800

There is mono_log profiler on board

and there is a way to use external profiler
Profiling with JetBrains Rider and JetBrains dotTrace by van800 · Pull Request #34382 · godotengine/godot · GitHub (contains walkthrough description)

This is apparently not working on windows, how can you profile on this OS please ?

panicq | 2020-05-17 20:59