ScannerBenchmark class

Automated performance micro-benchmark suite measuring vision parsing throughput, detection latency, cold start initialization times, and memory footprint.

Constructors

ScannerBenchmark()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Methods

getSampleDeviceMetrics() List<Map<String, dynamic>>
Returns reference device benchmark metrics published for pub.dev confidence.
runLiveDiagnostic() Map<String, dynamic>
Returns real-time diagnostic telemetry dictionary for live dashboard.
runVisionEngineBenchmark({required UniversalScanEngine engine, required Uint8List sampleBytes, required ScanMode mode, int runs = 1000, int width = 640, int height = 480}) Future<BenchmarkResult>
Executes parsing performance benchmark over a specified iteration count.