ProfilingOverlay class

An overlay that draws frame-processing timing information on top of the video preview.

It displays the overall frame processing time together with per-stage engine timings, which is useful when investigating scanning performance without parsing log output. Add it to a DataCaptureView via DataCaptureView.addOverlay.

This is a diagnostic aid that mirrors an internal capability of the native SDKs; it is experimental, subject to change, and may be removed in future versions.

Inheritance
Annotations
  • @experimental

Constructors

ProfilingOverlay()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
view DataCaptureView?
getter/setter pairoverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited