I want to find a way to track the number of calls to a slow JDK method like UUID#randomUUID
and see how many times it actually get called, how much time is actually spent on this function, etc.
Is there an easy way to do this?
I want to find a way to track the number of calls to a slow JDK method like UUID#randomUUID
and see how many times it actually get called, how much time is actually spent on this function, etc.
Is there an easy way to do this?