OpenVINO Benchmark Python Tool
$ benchmark_app -i catdog.jpg -m /data/wjj/openvino/ir/public/googlenet-v1/FP32/googlenet-v1.xml -d CPU -api sync -t 10
[Step 2/11] Loading OpenVINO
[ WARNING ] PerformanceMode was not explicitly specified in command line. Device CPU performance hint will be set to LATENCY.
[Step 10/11] Measuring performance (Start inference synchronously, inference only: True, limits: 10000 ms duration)
[Step 11/11] Dumping statistics report
Count: 1674 iterations
Duration: 10003.75 ms
Latency:
Median: 5.86 ms
AVG: 5.89 ms
MIN: 5.77 ms
MAX: 14.02 ms
Throughput: 170.76 FPS
可以看到设备性能模式自动设置为 LATENCY。