I’m looking to understand the cpu usage in my custom rpc functions within the nakama typescript runtime and the runtime itself. I saw that you have pprof routes defined here:
but I don’t know how to access this api to understand the profiling. I have a 4 cpu machine running docker compose but it seems like its using a large amount of cpu for the nakama process when creating / starting / joining matches (even idle).
For additional context I’m running it with godot 3 clients connecting.
Please let me know how to debug this and enable pprof. Thank you.