Feel like I’m missing something obvious, but I can’t get the peak frame functionality of the profiler to work. I do this:
profiler.enable_ui(true)
profiler.set_ui_mode(profiler.MODE_SHOW_PEAK_FRAME)
But I just get the regular profiler By that I mean it’s constantly updating, it never stops on a particular frame.
Am I doing it wrong? If it looks right, could you check that it works for you?