inferenceTimeMs property

int inferenceTimeMs
final

The wall-clock time taken to run inference on the native side, in milliseconds.

This does not include Flutter-to-native serialization overhead — it measures only the time spent inside the model's forward pass.

Implementation

final int inferenceTimeMs;