adb shell chmod +x /data/local/tmp/benchmark_model

    adb push mobilenet_quant_v1_224.tflite /data/local/tmp

    adb shell /data/local/tmp/benchmark_model \ —graph=/data/local/tmp/mobilenet_quant_v1_224.tflite \ —num_threads=4

    1. - 获取 CPU 核数信息
    2. ```dart
    3. adb shell cat /proc/cpuinfo

    https://chromium.googlesource.com/external/github.com/flutter/flutter/+/dev/examples/layers/services/isolate.dart