Top Bottleneck In Functions

Last updated
This metric highlights the functions with the most significant performance bottlenecks, focusing on the most time-consuming segment of code within one function that doesn't include the execution time of the callee function (i.e., caller > callee).

Last updated