When looking to profile what's causing my server to struggle, I have always used /debug start and /debug stop to get a bunch of profiling data.
Since 1.17.1, I am unable to get any of the profiling data.
I expect to see files created in <gamedir>/debug titled profile-results-yyyy-MM-dd_HH.mm.ss.txt
but I'm getting nothing.
I'm seeing this behaviour both using the vanilla Mojang launcher as well as in the dedicated server based on 1.17.1.
Have I missed something, or is this no longer working?
Comments 2
/debug has been replaced with /perf see the 1.17 pre-release 1 changelog try using /pref and check if you still have this issue
Can confirm the same is happening for me. /debug stop doesn't return anything besides stopping the tick profiling. /debug function works perfectly fine however.