Report Metrics Breakdown
In the Report Metrics Breakdown, the following metrics are used to assess performance degradation:
Binary
Specify the binary name containing the function.
Function
The name of the function.
Response
Response Time [ns]: The average (mean) execution time of a function.
Throughput
Top deviated metric shows the functions that have the biggest change in absolute time of execution or in other words the functions with biggest delta in the execution time (throughput).
Bottleneck
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).
Diff [%]
The percentage difference in execution time between the Base and Target versions. A positive value indicates a speed up, while a negative value indicates slowing down.
Last updated