In the CUBA Platform, there was a tool called Perfstat that allowed us to monitor performance by showing how long methods like init
, ready
, and others took in seconds.
Is there a similar tool or feature available in Jmix 2 to track and analyze performance metrics like this? If not, what are the recommended approaches for performance monitoring in Jmix 2?
Thanks in advance for your help!