I was wondering if there is a way to show mean latency on the CoreML performance report as opposed to the median?
CoreML Performance Report Mean Latency
Hi, yes you can access this data through the Instruments trace that Xcode records when it creates a Core ML Performance Report.
Steps:
- Click on "Open in Instruments" in the top right corner
- Click on the "Core ML" track on the left side
- In the "Model Activity Aggregation" view below, expand "* All *"
- You should see a column that gives you the average for stats like Load/Compile/Prediction etc
Hope that helps, please let us know if you encounter any issues with this. Thanks.