How to enable MEMORY MONITOR and PERFORMANCE MONITOR

Hello i am currently switching from lvgl 8.3 to 9.3 and i am having issues with enabling
CONFIG_LV_USE_PERF_MONITOR and CONFIG_LV_USE_MEM_MONITOR but not seeing any of it on the actual screen, i am using ESPIDF 5.5 i have the settings like this on sdkconfig.defaults

CONFIG_LV_USE_SYSMON=y
CONFIG_LV_USE_PERF_MONITOR=y
CONFIG_LV_PERF_MONITOR_ALIGN_BOTTOM_RIGHT=y
CONFIG_LV_USE_MEM_MONITOR=y
CONFIG_LV_MEM_MONITOR_ALIGN_BOTTOM_LEFT=y
CONFIG_LV_USE_OBSERVER=y
CONFIG_LVGL_VERSION_MAJOR=9
CONFIG_LVGL_VERSION_MINOR=3
CONFIG_LVGL_VERSION_PATCH=0

I am able of creating LVGL objects on screen normally just not sure if i need some more config to get the performance monitor to work